liting2017 6 years ago
parent
commit
ac33c73ab2

BIN
image/adminBj.jpg


+ 1 - 1
js/component/account/business/businessProject.jsx

@@ -273,7 +273,7 @@ const BusinessProject=Form.create()(React.createClass({
 			message.warning('请输入项目名称');
 			return ;
 		}
-		if(!(parseInt(this.state.categoryId)>=0)){
+		if(!this.state.categoryId){
 			message.warning('请选择项目业务品类');
 			return ;
 		}

+ 0 - 1
js/component/dataDic.js

@@ -1356,7 +1356,6 @@ module.exports = {
             value: "23",
             key: "传媒"
         }
-        
     ],  
     //岗位
     station:[

+ 6 - 0
js/component/login/adminLogin.jsx

@@ -67,6 +67,10 @@ var Login = React.createClass({
         return (
             <div className="login-box">
                 <Spin spinning={this.state.loading} className='spin-box'>
+                <div style={{fontSize:16}}>
+                     <p style={{color:'red',textAlign:'center'}}>注意:访问原内部管理系统,请登录新地址</p>
+                     <p style={{textAlign:'center',marginBottom:10,}}> <a href="http://bm.jishutao.com/admin/login.html">科德后台管理中心</a></p>
+                </div>
                     <div className="user-box">
                         <Input onChange={this.getUser}
                             onKeyDown={this.keyboard} placeholder="账号" value={this.state.user}
@@ -78,8 +82,10 @@ var Login = React.createClass({
                             addonBefore={<Icon type="lock" />}
                         />
                     </div>
+                    
                     <Button type="primary" onClick={this.handleSubmit}>登录</Button>
                 </Spin>
+
             </div>
         );
     }

+ 1 - 1
js/component/login/adminLogin.less

@@ -1,5 +1,5 @@
 body {
-    background: #fff url(../../../image/bg.jpg) no-repeat;
+    background:url(../../../image/adminBj.jpg) no-repeat;
     background-size: cover;
 }
 

+ 2 - 2
js/component/login/login.less

@@ -4,8 +4,8 @@
     min-height: 700px;
     margin: 0 auto;
     position: relative;
-    background-image: url(../../../image/bg.jpg);
-    background-size: cover;
+    background:url(../../../image/adminBj.jpg);
+    background-size: 100% 100%;
     .login-header {
         background: #fff;
         .login-logo {