Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart-office-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-office-platform
Commits
76c43d45
Commit
76c43d45
authored
Apr 24, 2024
by
王晓旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交bug
parent
e5287eb0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
3 deletions
+32
-3
smart-office-manager-ui/admin/.env
smart-office-manager-ui/admin/.env
+2
-1
smart-office-manager-ui/admin/src/components/Header.vue
smart-office-manager-ui/admin/src/components/Header.vue
+24
-2
smart-office-manager-ui/admin/src/views/basic/set/list.vue
smart-office-manager-ui/admin/src/views/basic/set/list.vue
+6
-0
No files found.
smart-office-manager-ui/admin/.env
View file @
76c43d45
...
@@ -7,7 +7,8 @@ VUE_APP_BASE_API =/basics_api
...
@@ -7,7 +7,8 @@ VUE_APP_BASE_API =/basics_api
# 门户登录地址
# 门户登录地址
VUE_APP_PORTAL_URL = /portal_home
# VUE_APP_PORTAL_URL = /portal_home
VUE_APP_PORTAL_URL = http://192.168.0.98:11072
VUE_APP_PORTAL_PORT = 21085
VUE_APP_PORTAL_PORT = 21085
...
...
smart-office-manager-ui/admin/src/components/Header.vue
View file @
76c43d45
...
@@ -41,7 +41,13 @@
...
@@ -41,7 +41,13 @@
{{
userData
.
currUserName
}}
{{
userData
.
currUserName
}}
<i
class=
"el-icon-arrow-down el-icon--right"
></i>
<i
class=
"el-icon-arrow-down el-icon--right"
></i>
</span>
-->
</span>
-->
<span
class=
"admin-header-right"
>
<a-tooltip
class=
"header-item"
title=
"返回门户"
placement=
"bottom"
>
<a
:href=
"portal"
>
<i
class=
"el-icon-s-home"
></i>
返回门户
</a>
</a-tooltip>
</span>
<el-dropdown
@
command=
"handleCommand"
>
<el-dropdown
@
command=
"handleCommand"
>
<span
class=
"el-dropdown-link"
style=
"color:white"
>
<span
class=
"el-dropdown-link"
style=
"color:white"
>
{{
userData
.
currUserName
}}
{{
userData
.
currUserName
}}
...
@@ -49,7 +55,7 @@
...
@@ -49,7 +55,7 @@
</span>
</span>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-item
command=
"update"
>
修改密码
</el-dropdown-item>
<el-dropdown-item
command=
"update"
>
修改密码
</el-dropdown-item>
<
el-dropdown-item
command=
"logout"
>
退出登录
</el-dropdown-item
>
<
!--
<el-dropdown-item
command=
"logout"
>
退出登录
</el-dropdown-item>
--
>
</el-dropdown-menu>
</el-dropdown-menu>
</el-dropdown>
</el-dropdown>
</div>
</div>
...
@@ -202,6 +208,7 @@ export default {
...
@@ -202,6 +208,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
'
,
//门户地址
};
};
},
},
};
};
...
@@ -209,6 +216,21 @@ export default {
...
@@ -209,6 +216,21 @@ export default {
<
style
lang=
"less"
>
<
style
lang=
"less"
>
.layout-header {
.layout-header {
.admin-header-right{
color: inherit;
.header-item{
color: inherit;
padding: 0 12px;
cursor: pointer;
align-self: center;
a{
color: inherit;
i{
font-size: 16px;
}
}
}
}
.mobile-menu-list {
.mobile-menu-list {
display: none;
display: none;
}
}
...
...
smart-office-manager-ui/admin/src/views/basic/set/list.vue
View file @
76c43d45
...
@@ -126,3 +126,9 @@
...
@@ -126,3 +126,9 @@
}
}
};
};
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
/deep/ .table-head{
display: none !important;
}
</
style
>
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