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
b171f9a7
Commit
b171f9a7
authored
Aug 11, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改返回门户
parent
15cd83e4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
base-manager-ui/admin/src/layouts/Layouts.vue
base-manager-ui/admin/src/layouts/Layouts.vue
+3
-5
No files found.
base-manager-ui/admin/src/layouts/Layouts.vue
View file @
b171f9a7
...
@@ -22,9 +22,7 @@
...
@@ -22,9 +22,7 @@
初始化区域数据
初始化区域数据
</a>
</a>
<a-tooltip
class=
"header-item"
title=
"返回门户"
placement=
"bottom"
>
<a-tooltip
class=
"header-item"
title=
"返回门户"
placement=
"bottom"
>
<a
:href=
"portalUrl + '/#/home/siteArrange'"
>
<a
:href=
"portalUrl + path"
>
<a-icon
type=
"home"
/>
返回门户
</a>
<a-icon
type=
"home"
/>
返回门户
</a>
</a-tooltip>
</a-tooltip>
</a-space>
</a-space>
</div>
</div>
...
@@ -65,12 +63,12 @@ export default {
...
@@ -65,12 +63,12 @@ export default {
return
{
return
{
systemName
:
process
.
env
.
VUE_APP_sysName
,
systemName
:
process
.
env
.
VUE_APP_sysName
,
api
:
process
.
env
.
VUE_APP_API_IMG_URL
,
api
:
process
.
env
.
VUE_APP_API_IMG_URL
,
portalUrl
:
process
.
env
.
VUE_APP_API_portal_URL
,
// 门户地址
portalUrl
:
process
.
env
.
VUE_APP_API_portal_URL
+
"
/#
"
,
// 门户地址
visibleInit
:
false
,
visibleInit
:
false
,
};
};
},
},
computed
:
{
computed
:
{
...
mapState
(
"
site
"
,
[
"
sysName
"
,
"
sysLogo
"
]),
...
mapState
(
"
site
"
,
[
"
sysName
"
,
"
sysLogo
"
,
"
path
"
]),
...
mapState
(
"
setting
"
,
[
"
menuData
"
]),
...
mapState
(
"
setting
"
,
[
"
menuData
"
]),
},
},
created
()
{
created
()
{
...
...
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