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
f04d434a
Commit
f04d434a
authored
Aug 07, 2024
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 屏蔽修改密码和系统设置板块
parent
335725a4
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
216 additions
and
216 deletions
+216
-216
portal-manager-ui/admin/src/router/routes.js
portal-manager-ui/admin/src/router/routes.js
+210
-210
portal-manager-ui/admin/src/views/NotFoundView/NotFoundView.vue
...-manager-ui/admin/src/views/NotFoundView/NotFoundView.vue
+3
-3
portal-manager-ui/admin/src/views/home/home.vue
portal-manager-ui/admin/src/views/home/home.vue
+3
-3
No files found.
portal-manager-ui/admin/src/router/routes.js
View file @
f04d434a
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/src/views/NotFoundView/NotFoundView.vue
View file @
f04d434a
...
@@ -20,9 +20,9 @@ export default {
...
@@ -20,9 +20,9 @@ export default {
};
};
},
},
created
()
{
created
()
{
this
.
$route
.
path
.
indexOf
(
"
/home/thePlatformIsSet
"
)
==
0
//
this.$route.path.indexOf("/home/thePlatformIsSet") == 0
?
(
this
.
url
=
"
/home/thePlatformIsSet
"
)
//
? (this.url = "/home/thePlatformIsSet")
:
""
;
//
: "";
},
},
methods
:
{},
methods
:
{},
...
...
portal-manager-ui/admin/src/views/home/home.vue
View file @
f04d434a
...
@@ -61,9 +61,9 @@
...
@@ -61,9 +61,9 @@
<a-icon
type=
"down"
/>
<a-icon
type=
"down"
/>
</a>
</a>
<a-menu
slot=
"overlay"
>
<a-menu
slot=
"overlay"
>
<a-menu-item>
<
!--
<
a-menu-item>
<a
href=
"javascript:;"
@
click=
"fnChangePassword"
>
修改密码
</a>
<a
href=
"javascript:;"
@
click=
"fnChangePassword"
>
修改密码
</a>
</a-menu-item>
</a-menu-item>
-->
<a-menu-item>
<a-menu-item>
<a
href=
"javascript:;"
@
click=
"Logout"
>
退出登录
</a>
<a
href=
"javascript:;"
@
click=
"Logout"
>
退出登录
</a>
</a-menu-item>
</a-menu-item>
...
@@ -131,7 +131,7 @@ export default {
...
@@ -131,7 +131,7 @@ export default {
"
/home/dataManagement/dataAdmin
"
,
"
/home/dataManagement/dataAdmin
"
,
"
/home/siteArrange
"
,
"
/home/siteArrange
"
,
"
/home/dataActuary
"
,
"
/home/dataActuary
"
,
"
/home/thePlatformIsSet/setPlatformes
"
,
//
"/home/thePlatformIsSet/setPlatformes",
];
];
return
arr
.
includes
(
this
.
$route
.
path
);
return
arr
.
includes
(
this
.
$route
.
path
);
},
},
...
...
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