Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
JINRUN-PERPOSITION
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
xinzhedeai
JINRUN-PERPOSITION
Commits
3e2b8acf
Commit
3e2b8acf
authored
Nov 21, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:编辑围栏 定位页
parent
cde8d155
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
980 additions
and
544 deletions
+980
-544
index.js
src/router/index.js
+39
-26
index-dw.vue
src/views/index-dw.vue
+586
-0
index-wl.vue
src/views/index-wl.vue
+351
-12
index.vue
src/views/index.vue
+4
-506
No files found.
src/router/index.js
View file @
3e2b8acf
...
@@ -74,6 +74,19 @@ export const constantRoutes = [
...
@@ -74,6 +74,19 @@ export const constantRoutes = [
meta
:
{
title
:
'
首页
'
,
icon
:
'
dashboard
'
,
affix
:
true
}
meta
:
{
title
:
'
首页
'
,
icon
:
'
dashboard
'
,
affix
:
true
}
}
}
]
]
},
{
path
:
'
/dw
'
,
component
:
Layout
,
redirect
:
'
noredirect
'
,
children
:
[
{
path
:
'
index
'
,
component
:
()
=>
import
(
'
@/views/index-dw
'
),
name
:
'
Index
'
,
meta
:
{
title
:
'
首页2-dw
'
,
icon
:
'
dashboard
'
,
affix
:
true
}
}
]
},
},
// {
// {
// path: '/zz',
// path: '/zz',
...
@@ -88,32 +101,32 @@ export const constantRoutes = [
...
@@ -88,32 +101,32 @@ export const constantRoutes = [
// }
// }
// ]
// ]
// },
// },
{
//
{
path
:
'
/guiji
'
,
//
path: '/guiji',
component
:
Layout
,
//
component: Layout,
redirect
:
'
noredirect
'
,
//
redirect: 'noredirect',
children
:
[
//
children: [
{
//
{
path
:
'
index
'
,
//
path: 'index',
component
:
()
=>
import
(
'
@/views/index-guiji
'
),
//
component: () => import('@/views/index-guiji'),
name
:
'
Index
'
,
//
name: 'Index',
meta
:
{
title
:
'
首页2-gj
'
,
icon
:
'
dashboard
'
,
affix
:
true
}
//
meta: { title: '首页2-gj', icon: 'dashboard', affix: true }
}
//
}
]
//
]
},
//
},
{
//
{
path
:
'
/wl
'
,
//
path: '/wl',
component
:
Layout
,
//
component: Layout,
redirect
:
'
noredirect
'
,
//
redirect: 'noredirect',
children
:
[
//
children: [
{
//
{
path
:
'
screen
'
,
//
path: 'screen',
component
:
()
=>
import
(
'
@/views/index-wl
'
),
//
component: () => import('@/views/index-wl'),
name
:
'
Screen
'
,
//
name: 'Screen',
meta
:
{
title
:
'
首页-WL
'
,
icon
:
'
dashboard
'
,
affix
:
true
}
//
meta: { title: '首页-WL', icon: 'dashboard', affix: true }
}
//
}
]
//
]
},
//
},
{
{
path
:
'
/user
'
,
path
:
'
/user
'
,
component
:
Layout
,
component
:
Layout
,
...
...
src/views/index-dw.vue
0 → 100644
View file @
3e2b8acf
This diff is collapsed.
Click to expand it.
src/views/index-wl.vue
View file @
3e2b8acf
This diff is collapsed.
Click to expand it.
src/views/index.vue
View file @
3e2b8acf
This diff is collapsed.
Click to expand it.
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