This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
dmc
/
test-web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
2022年5月7日22:51:13
master
wq
3 years ago
parent
e1e5c76b36
commit
f64eaa2f3a
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/router/index.ts
+ 1
- 1
src/router/index.ts
View File
@@ -30,7 +30,7 @@ const routes: RouteRecordRaw[] = [
},
},{
path: '/views/dengmingcong/index',
name: '
demo
',
name: '
home1
',
meta: { title: '菜单模块', isAuth: true }, //用户自定内容
components: {
key: () => import('@/views/dengmingcong/index.vue'),
Write
Preview
Loading…
Cancel
Save