File tree Expand file tree Collapse file tree 8 files changed +16
-4
lines changed Expand file tree Collapse file tree 8 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " lin-cms" ,
3
- "version" : " 0.1.0-beta.1 " ,
3
+ "version" : " 0.1.0-beta.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"serve" : " node script/plugin-get-config.js && vue-cli-service serve" ,
Original file line number Diff line number Diff line change 21
21
align-items : center;
22
22
transition : display 1s ease .5s ;
23
23
}
24
+ .loader-logo {
25
+ width : 60px ;
26
+ height : 98px ;
27
+ position : fixed;
28
+ left : 30px ;
29
+ }
24
30
.spinner {
25
31
position : relative;
26
32
line-height : 0 ;
90
96
91
97
< div id ="loader ">
92
98
< div class ="spinner spinner--rotate-square-2 "> </ div >
99
+ < img src ="./static/img/logo.png " alt ="" class ="loader-logo ">
93
100
</ div >
94
101
< div id ="app "> </ div >
95
102
<!-- built files will be auto injected -->
Original file line number Diff line number Diff line change @@ -72,5 +72,9 @@ export default {
72
72
line-height : 50px ;
73
73
z-index : 3 ;
74
74
color : $theme ;
75
+ opacity : 0.7 ;
76
+ & :hover {
77
+ opacity : 1 ;
78
+ }
75
79
}
76
80
</style >
Original file line number Diff line number Diff line change 6
6
<div class =" mobile-logo" v-else >
7
7
<img src =" ../../assets/img/mobile-logo.png" alt =" " >
8
8
</div >
9
- <div >
9
+ <div style = " margin-bottom : 50 px " >
10
10
<el-menu
11
11
class =" el-menu-vertical-demo"
12
12
ref =" meun"
Original file line number Diff line number Diff line change 1
1
const Config = {
2
- baseUrl : 'localhost:5000' ,
2
+ baseUrl : 'http:// localhost:5000/ ' ,
3
3
stagnateTime : 1 * 60 * 60 * 1000 , // 无操作停滞时间 默认1小时
4
4
openAutoJumpOut : true , // 是否开启无操作跳出
5
5
notLoginRoute : [ 'login' ] , // 无需登录即可访问的路由 name,
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ export default {
8
8
9
9
[ types . REMOVE_LOGINED ] ( state ) {
10
10
state . logined = false
11
+ state . user = null
11
12
} ,
12
13
13
14
[ types . SET_USER ] ( state , payload ) {
Original file line number Diff line number Diff line change 24
24
<menu-tab ></menu-tab >
25
25
<app-main ref =" appMain" ></app-main >
26
26
</el-main >
27
- <back-top :right =" 50" :bottom =" 50" :fontSize =" 24 " ></back-top >
27
+ <back-top :right =" 50" :bottom =" 50" :fontSize =" 34 " ></back-top >
28
28
</el-container >
29
29
</el-container >
30
30
</div >
You can’t perform that action at this time.
0 commit comments