Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
d4b2f6e0
Commit
d4b2f6e0
authored
May 08, 2025
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 优化路由结构
parent
02cfd887
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
7 deletions
+33
-7
base-manager-ui/admin/src/router/config.js
base-manager-ui/admin/src/router/config.js
+33
-7
No files found.
base-manager-ui/admin/src/router/config.js
View file @
d4b2f6e0
...
@@ -18,6 +18,33 @@ const options = {
...
@@ -18,6 +18,33 @@ const options = {
component
:
NewPageLayout
,
component
:
NewPageLayout
,
redirect
:
"
/jump
"
,
redirect
:
"
/jump
"
,
children
:
[
children
:
[
{
path
:
"
/business/addmatter
"
,
name
:
"
新增事项
"
,
component
:
()
=>
import
(
"
@/pages/basicset/addmatter/AddMatter
"
),
meta
:
{
activeMenu
:
"
/business
"
},
},
{
path
:
"
/business/synopsis
"
,
name
:
"
事项概要
"
,
component
:
()
=>
import
(
"
@/pages/basicset/addmatter/Synopsis
"
),
meta
:
{
activeMenu
:
"
/business
"
},
},
{
path
:
"
/department/adddepartment
"
,
name
:
"
新增窗口事项
"
,
meta
:
{
activeMenu
:
"
/department
"
,
},
component
:
()
=>
import
(
"
@/pages/basicset/dept/addWindowMatter
"
),
},
{
path
:
"
/surface/addsurfacetemplate
"
,
name
:
"
新增皮肤模板
"
,
component
:
()
=>
import
(
"
@/pages/basicset/surface/AddSurfaceTemplate
"
),
meta
:
{
activeMenu
:
"
/surface
"
},
},
{
{
path
:
"
/appmarket/appdetails
"
,
path
:
"
/appmarket/appdetails
"
,
name
:
"
appdetails
"
,
name
:
"
appdetails
"
,
...
@@ -28,27 +55,26 @@ const options = {
...
@@ -28,27 +55,26 @@ const options = {
path
:
"
appdetailspage
"
,
path
:
"
appdetailspage
"
,
component
:
()
=>
component
:
()
=>
import
(
"
@/pages/basicset/appmarket/components/AppDetailsPage
"
),
import
(
"
@/pages/basicset/appmarket/components/AppDetailsPage
"
),
meta
:{
meta
:
{
activeMenu
:
'
/appmarket
'
activeMenu
:
"
/appmarket
"
,
},
},
},
},
{
{
path
:
"
dataupdate
"
,
path
:
"
dataupdate
"
,
component
:
()
=>
component
:
()
=>
import
(
"
@/pages/basicset/appmarket/components/DataUpdate
"
),
import
(
"
@/pages/basicset/appmarket/components/DataUpdate
"
),
meta
:{
meta
:
{
activeMenu
:
'
/appmarket
'
activeMenu
:
"
/appmarket
"
,
},
},
},
},
{
{
path
:
"
fieldconfig
"
,
path
:
"
fieldconfig
"
,
component
:
()
=>
component
:
()
=>
import
(
"
@/pages/basicset/appmarket/components/FieldConfig
"
),
import
(
"
@/pages/basicset/appmarket/components/FieldConfig
"
),
meta
:{
meta
:
{
activeMenu
:
'
/appmarket
'
activeMenu
:
"
/appmarket
"
,
},
},
},
},
],
],
},
},
...
...
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