Sign in
guzijian
/
bsth-alcohol-sign-web
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
a9909a8b199df45275f30bec8bbcec03cfb9d7e0
Authored by
2c2c2c
2025-02-14 10:43:22 +0800
1 parent
f0d8f17f
build: skipped
统一登录
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/router/index.js
src/router/index.js
View file @
a9909a8
...
...
@@ -40,7 +40,7 @@ export const constantRoutes = [
40
40
//单点开始
41
41
{
42
42
path: '/getInfo',
43
- component: (
resolve) => require(['@/views/getInfo'], resolve
),
43
+ component: (
) => import('@/views/getInfo'
),
44
44
hidden: true
45
45
},
46
46
{
...
...