Commit f27d611529eb06b0cfcc2e217df48adf38b9117e

Authored by liuqimichale
1 parent d3b1cd66

登录

resource/js/unit.js
... ... @@ -15,7 +15,7 @@ sysComm = {
15 15 // var authUrl = 'http://192.168.1.196:8088/';// 鉴权URL公用地址s
16 16  
17 17  
18   - var parkcloudbaseUrl = 'http://localhost:8100/';// url公用地址
  18 +var parkcloudbaseUrl = 'http://192.168.1.196:8100/';// url公用地址
19 19  
20 20  
21 21  
... ...
topages/login/login.css
... ... @@ -2,6 +2,7 @@ html,body{
2 2 width: 100%;
3 3 height: 100%;
4 4 overflow: hidden;
  5 + background-color: #fff;
5 6 }
6 7 .login-wrap{
7 8 width:calc(100% - 800px);
... ... @@ -48,7 +49,7 @@ html,body{
48 49 height: 48px;
49 50 line-height: 48px;
50 51 padding-left: 20px;
51   - background-color: #f2f3f4;
  52 + background-color: #f2f3f4!important;
52 53 font-size: 14px;
53 54 color: rgba(0,0,0,.4);
54 55 border: 0;
... ... @@ -56,7 +57,8 @@ html,body{
56 57 }
57 58 input:focus {outline: none;}
58 59 input:-webkit-autofill {
59   - -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  60 + background-color: #f2f3f4!important;
  61 + -webkit-box-shadow: 0 0 0px 1000px #f2f3f4 inset !important;
60 62 }
61 63 .login-username{
62 64 margin: 64px 0 40px;
... ...
topages/workfill/workfill.js
... ... @@ -104,7 +104,7 @@ var fun = {
104 104 },
105 105 /***获取日报信息.*/
106 106 getAsraDailyListMsg:function(){
107   - debugger;
  107 + // debugger;
108 108 fun.queryAsraDailyList(function(data){
109 109 for(var i=1;i<8;i++){
110 110 $("#work-projectName"+i).selectpicker('val','');
... ...