Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
a747c46b
Commit
a747c46b
authored
Jul 10, 2019
by
Junling Bu
Browse files
chore[litemall-vue]: 分类商品页面重命名
parent
a1800a25
Changes
3
Hide whitespace changes
Inline
Side-by-side
litemall-vue/src/router/items.js
View file @
a747c46b
...
...
@@ -27,9 +27,9 @@ export default [
component
:
()
=>
import
(
'
@/views/items/detail
'
)
},
{
path
:
'
/items/
list
'
,
name
:
'
list
'
,
component
:
()
=>
import
(
'
@/views/items/
list
'
),
path
:
'
/items/
category
'
,
name
:
'
category
'
,
component
:
()
=>
import
(
'
@/views/items/
category
'
),
props
:
route
=>
route
.
query
},
{
...
...
litemall-vue/src/views/home/tabbar-home.vue
View file @
a747c46b
...
...
@@ -183,7 +183,7 @@ export default {
goodsCategory
({
id
:
o
.
id
}).
then
(
res
=>
{
let
categoryId
=
res
.
data
.
data
.
currentCategory
.
id
;
this
.
$router
.
replace
({
name
:
'
list
'
,
name
:
'
category
'
,
query
:
{
itemClass
:
categoryId
}
});
});
...
...
litemall-vue/src/views/items/
list
/index.vue
→
litemall-vue/src/views/items/
category
/index.vue
100755 → 100644
View file @
a747c46b
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment