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
b109a3ea
Commit
b109a3ea
authored
Sep 21, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复返回门户错误
parent
81c4854d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
base-manager-ui/admin/src/layouts/Layouts.vue
base-manager-ui/admin/src/layouts/Layouts.vue
+1
-1
base-manager-ui/admin/src/layouts/header/AdminHeader.vue
base-manager-ui/admin/src/layouts/header/AdminHeader.vue
+4
-2
No files found.
base-manager-ui/admin/src/layouts/Layouts.vue
View file @
b109a3ea
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
初始化区域数据
初始化区域数据
</a>
</a>
<a-tooltip
class=
"header-item"
title=
"返回门户"
placement=
"bottom"
>
<a-tooltip
class=
"header-item"
title=
"返回门户"
placement=
"bottom"
>
<a
:href=
"portalUrl +
path ? path : ''
"
>
<a
:href=
"portalUrl +
(path ? path : '')
"
>
<a-icon
type=
"home"
/>
返回门户
<a-icon
type=
"home"
/>
返回门户
</a>
</a>
</a-tooltip>
</a-tooltip>
...
...
base-manager-ui/admin/src/layouts/header/AdminHeader.vue
View file @
b109a3ea
...
@@ -46,7 +46,9 @@
...
@@ -46,7 +46,9 @@
>
初始化区域数据
</a-button
>
初始化区域数据
</a-button
>
>
<a-tooltip
class=
"header-item"
title=
"返回门户"
placement=
"bottom"
>
<a-tooltip
class=
"header-item"
title=
"返回门户"
placement=
"bottom"
>
<a
:href=
"portalUrl + path"
>
<a-icon
type=
"home"
/>
返回门户
</a>
<a
:href=
"portalUrl + (path ? path : '')"
>
<a-icon
type=
"home"
/>
返回门户
</a>
</a-tooltip>
</a-tooltip>
<!--
<a-tooltip
class=
"header-item"
title=
"数据可视化"
placement=
"bottom"
>
<!--
<a-tooltip
class=
"header-item"
title=
"数据可视化"
placement=
"bottom"
>
<a
href=
""
target=
"_blank"
>
<a-icon
type=
"setting"
/>
数据可视化
</a>
<a
href=
""
target=
"_blank"
>
<a-icon
type=
"setting"
/>
数据可视化
</a>
...
@@ -96,7 +98,7 @@ export default {
...
@@ -96,7 +98,7 @@ export default {
{
key
:
"
US
"
,
name
:
"
English
"
,
alias
:
"
English
"
},
{
key
:
"
US
"
,
name
:
"
English
"
,
alias
:
"
English
"
},
],
],
searchActive
:
false
,
searchActive
:
false
,
portalUrl
:
process
.
env
.
VUE_APP_API_portal_URL
,
portalUrl
:
process
.
env
.
VUE_APP_API_portal_URL
+
"
/#
"
,
};
};
},
},
computed
:
{
computed
:
{
...
...
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