This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Acher
/
purchase
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
提交路由模式修改
master
douzhuo
2 years ago
parent
3a375556d3
commit
1377d68186
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/router/index.js
+ 1
- 1
src/router/index.js
View File
@@ -15,7 +15,7 @@ try {
Vue.use(Router)
export default new Router({
mode: 'h
istory
',
mode: 'h
ash
',
base: process.env.BASE_URL,
scrollBehavior: () => ({ y: 0 }),
routes: constantRouterMap
Write
Preview
Loading…
Cancel
Save