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
26b41faa
Commit
26b41faa
authored
Aug 12, 2019
by
Junling Bu
Browse files
Merge branch 'master' of
https://github.com/linlinjava/litemall
parents
bd6aae97
116664d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-vue/src/views/items/category/index.vue
View file @
26b41faa
...
@@ -64,7 +64,7 @@ export default {
...
@@ -64,7 +64,7 @@ export default {
handleTabClick
(
index
)
{
handleTabClick
(
index
)
{
this
.
categoryId
=
this
.
navList
[
index
].
id
;
this
.
categoryId
=
this
.
navList
[
index
].
id
;
this
.
$router
.
replace
({
this
.
$router
.
replace
({
name
:
'
list
'
,
name
:
'
category
'
,
query
:
{
itemClass
:
this
.
categoryId
}
query
:
{
itemClass
:
this
.
categoryId
}
});
});
this
.
init
();
this
.
init
();
...
...
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