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
a07e6e4a
Commit
a07e6e4a
authored
Oct 16, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf:修改路由
parent
eae28d2c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
base-manager-ui/admin/src/router/config.js
base-manager-ui/admin/src/router/config.js
+6
-1
base-manager-ui/admin/src/router/index.js
base-manager-ui/admin/src/router/index.js
+0
-5
No files found.
base-manager-ui/admin/src/router/config.js
View file @
a07e6e4a
...
@@ -6,6 +6,11 @@ import Layouts from "@/layouts/Layouts";
...
@@ -6,6 +6,11 @@ import Layouts from "@/layouts/Layouts";
// 路由配置
// 路由配置
const
options
=
{
const
options
=
{
routes
:
[
routes
:
[
{
path
:
"
/apppreview
"
,
name
:
"
预览页面
"
,
component
:
()
=>
import
(
"
@/pages/basicset/appmarket/AppPreview
"
),
},
{
{
path
:
"
/
"
,
path
:
"
/
"
,
name
:
"
首页
"
,
name
:
"
首页
"
,
...
@@ -191,7 +196,7 @@ const options = {
...
@@ -191,7 +196,7 @@ const options = {
},
},
{
{
path
:
"
addsurfacetemplate
"
,
path
:
"
addsurfacetemplate
"
,
name
:
"
新增皮肤
m
模板
"
,
name
:
"
新增皮肤模板
"
,
component
:
()
=>
component
:
()
=>
import
(
"
@/pages/basicset/surface/AddSurfaceTemplate
"
),
import
(
"
@/pages/basicset/surface/AddSurfaceTemplate
"
),
meta
:
{
invisible
:
true
},
meta
:
{
invisible
:
true
},
...
...
base-manager-ui/admin/src/router/index.js
View file @
a07e6e4a
...
@@ -28,11 +28,6 @@ const routes = [
...
@@ -28,11 +28,6 @@ const routes = [
name
:
"
403
"
,
name
:
"
403
"
,
component
:
()
=>
import
(
"
@/pages/exception/403
"
),
component
:
()
=>
import
(
"
@/pages/exception/403
"
),
},
},
{
path
:
"
/apppreview
"
,
name
:
"
预览页面
"
,
component
:
()
=>
import
(
"
@/pages/basicset/appmarket/AppPreview
"
),
},
];
];
formatRoutes
(
routes
);
formatRoutes
(
routes
);
const
router
=
new
VueRouter
({
const
router
=
new
VueRouter
({
...
...
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