Commit f27d611529eb06b0cfcc2e217df48adf38b9117e

Authored by liuqimichale
1 parent d3b1cd66

登录

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