Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ai-yunshou-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AI云守
ai-yunshou-vue
Commits
765265f3
Commit
765265f3
authored
Sep 03, 2024
by
胡占生
🇨🇳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 整体细节调整,问题优化
parent
92ecdb7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
src/router/index.js
src/router/index.js
+13
-13
No files found.
src/router/index.js
View file @
765265f3
...
@@ -57,19 +57,19 @@ export const constantRoutes = [
...
@@ -57,19 +57,19 @@ export const constantRoutes = [
component
:
()
=>
import
(
'
@/views/error/401
'
),
component
:
()
=>
import
(
'
@/views/error/401
'
),
hidden
:
true
hidden
:
true
},
},
//
{
{
//
path: '',
path
:
''
,
//
component: Layout,
component
:
Layout
,
//
redirect: '/index',
redirect
:
'
/index
'
,
//
children: [
children
:
[
//
{
{
//
path: '/index',
path
:
'
/index
'
,
// component: () => import('@/views
/index'),
component
:
()
=>
import
(
'
@/views/deviceControl
/index
'
),
//
name: 'Index',
name
:
'
Index
'
,
// meta: { title: '工作台
', icon: 'dashboard', affix: true }
meta
:
{
title
:
'
设备管理
'
,
icon
:
'
dashboard
'
,
affix
:
true
}
//
}
}
//
]
]
//
},
},
{
{
path
:
'
/user
'
,
path
:
'
/user
'
,
component
:
Layout
,
component
:
Layout
,
...
...
Write
Preview
Markdown
is supported
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