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
2aba55b4
Commit
2aba55b4
authored
Jan 03, 2025
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 新建宣汉分支,取消应用集市板块
parent
e9931bcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
87 additions
and
87 deletions
+87
-87
base-manager-ui/admin/src/router/config.js
base-manager-ui/admin/src/router/config.js
+87
-87
No files found.
base-manager-ui/admin/src/router/config.js
View file @
2aba55b4
...
...
@@ -212,93 +212,93 @@ const options = {
component
:
()
=>
import
(
"
@/pages/basicset/sms/configurat
"
),
},
{
path
:
"
/appmarket
"
,
component
:
()
=>
import
(
"
@/pages/basicset/appmarket/Index
"
),
meta
:
{
icon
:
"
shop
"
,
},
children
:
[
{
path
:
""
,
name
:
"
应用集市
"
,
component
:
()
=>
import
(
"
@/pages/basicset/appmarket/AppMarket
"
),
meta
:
{
invisible
:
true
},
redirect
:
"
/appmarket/terminalapp
"
,
children
:
[
{
path
:
"
terminalapp
"
,
component
:
()
=>
import
(
"
@/pages/basicset/appmarket/components/TerminalApp
"
),
meta
:
{
invisible
:
true
,
// keepAlive: true,
},
},
{
path
:
"
moveapp
"
,
component
:
()
=>
import
(
"
@/pages/basicset/appmarket/components/MoveApp
"
),
meta
:
{
invisible
:
true
,
// keepAlive: true,
},
},
{
path
:
"
blackapp
"
,
component
:
()
=>
import
(
"
@/pages/basicset/appmarket/components/BlackApp
"
),
meta
:
{
invisible
:
true
,
},
},
{
path
:
"
appTheme
"
,
component
:
()
=>
import
(
"
@/pages/basicset/appmarket/components/AppTheme
"
),
meta
:
{
invisible
:
true
,
},
},
],
},
{
path
:
"
appdetails
"
,
name
:
"
应用详情
"
,
component
:
()
=>
import
(
"
@/pages/basicset/appmarket/AppDetails
"
),
meta
:
{
invisible
:
true
},
redirect
:
"
/appmarket/appdetails/appdetailspage
"
,
children
:
[
{
path
:
"
appdetailspage
"
,
component
:
()
=>
import
(
"
@/pages/basicset/appmarket/components/AppDetailsPage
"
),
meta
:
{
invisible
:
true
,
},
},
{
path
:
"
dataupdate
"
,
component
:
()
=>
import
(
"
@/pages/basicset/appmarket/components/DataUpdate
"
),
meta
:
{
invisible
:
true
,
},
},
{
path
:
"
fieldconfig
"
,
component
:
()
=>
import
(
"
@/pages/basicset/appmarket/components/FieldConfig
"
),
meta
:
{
invisible
:
true
,
},
},
],
},
],
},
//
{
//
path: "/appmarket",
//
component: () => import("@/pages/basicset/appmarket/Index"),
//
meta: {
//
icon: "shop",
//
},
//
children: [
//
{
//
path: "",
//
name: "应用集市",
//
component: () => import("@/pages/basicset/appmarket/AppMarket"),
//
meta: { invisible: true },
//
redirect: "/appmarket/terminalapp",
//
children: [
//
{
//
path: "terminalapp",
//
component: () =>
//
import("@/pages/basicset/appmarket/components/TerminalApp"),
//
meta: {
//
invisible: true,
//
// keepAlive: true,
//
},
//
},
//
{
//
path: "moveapp",
//
component: () =>
//
import("@/pages/basicset/appmarket/components/MoveApp"),
//
meta: {
//
invisible: true,
//
// keepAlive: true,
//
},
//
},
//
{
//
path: "blackapp",
//
component: () =>
//
import("@/pages/basicset/appmarket/components/BlackApp"),
//
meta: {
//
invisible: true,
//
},
//
},
//
{
//
path: "appTheme",
//
component: () =>
//
import("@/pages/basicset/appmarket/components/AppTheme"),
//
meta: {
//
invisible: true,
//
},
//
},
//
],
//
},
//
{
//
path: "appdetails",
//
name: "应用详情",
//
component: () => import("@/pages/basicset/appmarket/AppDetails"),
//
meta: { invisible: true },
//
redirect: "/appmarket/appdetails/appdetailspage",
//
children: [
//
{
//
path: "appdetailspage",
//
component: () =>
//
import(
//
"@/pages/basicset/appmarket/components/AppDetailsPage"
//
),
//
meta: {
//
invisible: true,
//
},
//
},
//
{
//
path: "dataupdate",
//
component: () =>
//
import("@/pages/basicset/appmarket/components/DataUpdate"),
//
meta: {
//
invisible: true,
//
},
//
},
//
{
//
path: "fieldconfig",
//
component: () =>
//
import("@/pages/basicset/appmarket/components/FieldConfig"),
//
meta: {
//
invisible: true,
//
},
//
},
//
],
//
},
//
],
//
},
{
path
:
"
/system
"
,
name
:
"
系统设置
"
,
...
...
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