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
8bcb4c39
Commit
8bcb4c39
authored
Jun 12, 2024
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 暂时屏蔽用户管理板块
parent
68251435
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
base-manager-ui/admin/src/pages/basicset/system/System.vue
base-manager-ui/admin/src/pages/basicset/system/System.vue
+2
-2
base-manager-ui/admin/src/router/config.js
base-manager-ui/admin/src/router/config.js
+1
-1
No files found.
base-manager-ui/admin/src/pages/basicset/system/System.vue
View file @
8bcb4c39
<
template
>
<
template
>
<div
class=
"system flex flexc"
>
<div
class=
"system flex flexc"
>
<a-tabs
:activeKey=
"activeKey"
@
change=
"changeRouter"
>
<a-tabs
:activeKey=
"activeKey"
@
change=
"changeRouter"
>
<a-tab-pane
key=
"/system/user"
>
<
!--
<
a-tab-pane
key=
"/system/user"
>
<span
slot=
"tab"
>
<span
slot=
"tab"
>
<a-icon
type=
"user"
/>
<a-icon
type=
"user"
/>
用户管理
用户管理
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<a-icon
type=
"deployment-unit"
/>
<a-icon
type=
"deployment-unit"
/>
维度管理
维度管理
</span>
</span>
</a-tab-pane>
</a-tab-pane>
-->
<a-tab-pane
key=
"/system/parameter"
>
<a-tab-pane
key=
"/system/parameter"
>
<span
slot=
"tab"
>
<span
slot=
"tab"
>
<a-icon
type=
"container"
/>
<a-icon
type=
"container"
/>
...
...
base-manager-ui/admin/src/router/config.js
View file @
8bcb4c39
...
@@ -306,7 +306,7 @@ const options = {
...
@@ -306,7 +306,7 @@ const options = {
meta
:
{
meta
:
{
icon
:
"
global
"
,
icon
:
"
global
"
,
},
},
redirect
:
"
system/
us
er
"
,
redirect
:
"
system/
paramet
er
"
,
children
:
[
children
:
[
{
{
path
:
"
user
"
,
path
:
"
user
"
,
...
...
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