Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-12-18 10:41:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c4fa95b3728ff397d97dbf4fd1f87505f24ffb8c
c4fa95b3
1 parent
f53b6ac5
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/accordion/AccordionItem.vue
src/components/accordion/AccordionItem.vue
View file @
c4fa95b
...
...
@@ -51,7 +51,7 @@ export default {
},
goToDetail (v) { // 跳转产品详情
this.$router.push({
path: `/product/detail${v.id}/${Date.now()}`,
path: `/product/detail
/
${v.id}/${Date.now()}`,
});
}
}
...
...
Please
register
or
login
to post a comment