Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-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
赵啸非
attendance-performance-platform
Commits
87e3a578
Commit
87e3a578
authored
Aug 15, 2023
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tui
parent
d9ecf4f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
attendance-performance-manager-ui/admin/.env.development
attendance-performance-manager-ui/admin/.env.development
+2
-1
attendance-performance-manager-ui/admin/src/components/Header.vue
...ce-performance-manager-ui/admin/src/components/Header.vue
+12
-0
No files found.
attendance-performance-manager-ui/admin/.env.development
View file @
87e3a578
...
@@ -2,4 +2,5 @@
...
@@ -2,4 +2,5 @@
NODE_ENV = "development"
NODE_ENV = "development"
# VUE_APP_API_BASE_URL= http://112.19.80.237:11039
# VUE_APP_API_BASE_URL= http://112.19.80.237:11039
VUE_APP_API_BASE_URL= http://192.168.0.98:11039
VUE_APP_API_BASE_URL= http://192.168.0.98:11039
VUE_APP_API_ZWFW_URL= http://112.19.80.237:11031
VUE_APP_API_ZWFW_URL= http://112.19.80.237:11031
\ No newline at end of file
VUE_APP_PORTAL_URL = /portal_home
\ No newline at end of file
attendance-performance-manager-ui/admin/src/components/Header.vue
View file @
87e3a578
...
@@ -47,6 +47,14 @@
...
@@ -47,6 +47,14 @@
首页
</i
首页
</i
>
>
</div>
</div>
<a
class=
"controllBar"
:href=
"portal"
style=
"color: #fff;"
>
<i
class=
"el-icon-arrow-left"
style=
"font-size: 15px; margin-right: 10px"
>
返回门户
</i
>
</a>
<div
class=
"layout-profile"
>
<div
class=
"layout-profile"
>
<el-dropdown
@
command=
"handleCommand"
>
<el-dropdown
@
command=
"handleCommand"
>
...
@@ -101,6 +109,9 @@ export default {
...
@@ -101,6 +109,9 @@ export default {
returnHome
()
{
returnHome
()
{
this
.
$router
.
replace
({
path
:
"
/
"
});
this
.
$router
.
replace
({
path
:
"
/
"
});
},
},
returnOrigin
()
{
this
.
$router
.
replace
({
path
:
"
/
"
});
},
handleCommand
(
key
)
{
handleCommand
(
key
)
{
if
(
key
===
"
update
"
)
{
if
(
key
===
"
update
"
)
{
this
.
$router
.
push
(
"
/login/updatePwd
"
);
this
.
$router
.
push
(
"
/login/updatePwd
"
);
...
@@ -178,6 +189,7 @@ export default {
...
@@ -178,6 +189,7 @@ export default {
sysLogo
:
localStorage
.
getItem
(
"
sysLogo
"
)
sysLogo
:
localStorage
.
getItem
(
"
sysLogo
"
)
?
localStorage
.
getItem
(
"
sysLogo
"
)
?
localStorage
.
getItem
(
"
sysLogo
"
)
:
""
,
:
""
,
portal
:
process
.
env
.
VUE_APP_PORTAL_URL
+
"
/#/home/siteArrange
"
,
};
};
},
},
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