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
6954aec7
Commit
6954aec7
authored
May 31, 2023
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推首页样式修改
parent
ec769954
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
4 deletions
+17
-4
smart-office-manager-ui/admin/.env
smart-office-manager-ui/admin/.env
+1
-1
smart-office-manager-ui/admin/src/views/Home.vue
smart-office-manager-ui/admin/src/views/Home.vue
+15
-2
smart-office-manager-ui/admin/vue.config.js
smart-office-manager-ui/admin/vue.config.js
+1
-1
No files found.
smart-office-manager-ui/admin/.env
View file @
6954aec7
...
...
@@ -12,5 +12,5 @@ VUE_APP_PORTAL_URL = /portal_home
VUE_APP_PORTAL_PORT = 21085
# 站点请求地址
VUE_APP_SITETREE_URL = http://
192.168.0.98
:11078/base/site/siteTree
VUE_APP_SITETREE_URL = http://
8.136.255.30
:11078/base/site/siteTree
smart-office-manager-ui/admin/src/views/Home.vue
View file @
6954aec7
<
template
>
<div
class=
"page page-home
"
style=
"min-height: 100vh;"
>
欢迎你,
{{
userData
}}
<div
:class=
"classList
"
style=
"min-height: 100vh;"
>
欢迎你,
{{
userData
}}
</div>
</
template
>
...
...
@@ -11,5 +11,18 @@ export default {
return
this
.
$store
.
state
.
userData
.
currUserName
;
},
},
data
()
{
return
{
classList
:
"
page page-home
"
,
};
},
created
()
{},
};
</
script
>
<
style
scoped
lang=
"less"
>
.page-home {
margin-top: 20px !important;
border-radius: 8px;
padding-top: 10px !important;
}
</
style
>
smart-office-manager-ui/admin/vue.config.js
View file @
6954aec7
...
...
@@ -17,7 +17,7 @@ module.exports = {
hot
:
true
,
//自动保存
proxy
:
{
'
/office
'
:
{
target
:
'
http://
127.0.0.1:21085
'
,
target
:
'
http://
8.136.255.30:11078
'
,
changeOrigin
:
true
,
secure
:
false
,
cookieDomainRewrite
:
'
localhost
'
,
...
...
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