Browse Source

Merge branch 'master' of http://smartcost.f3322.net:3000/SmartCost/ConstructionCost

zhongzewei 7 years ago
parent
commit
52f6b995c1
2 changed files with 2 additions and 5 deletions
  1. 0 3
      web/building_saas/main/js/views/project_view.js
  2. 2 2
      web/users/html/login.html

+ 0 - 3
web/building_saas/main/js/views/project_view.js

@@ -1051,9 +1051,6 @@ var projectObj = {
         if(row == null || col == null){
             row = 0;
             col = 0;
-
-
-
        }
         row = parseInt(row);
         col = parseInt(col);

+ 2 - 2
web/users/html/login.html

@@ -17,10 +17,10 @@
             <h1 class="d-flex justify-content-center">Smartcost</h1>
             <h4 class="d-flex justify-content-center mb-2">用户登录</h4>
             <div class="form-group">
-                <input id="inputEmail" class="form-control " name="inputEmail" placeholder="通行账号 邮箱/手机" autofocus="" value="laiku123@qq.com" />
+                <input id="inputEmail" class="form-control " name="inputEmail" placeholder="通行账号 邮箱/手机" autofocus="" />
             </div>
             <div class="form-group">
-                <input id="inputPassword" class="form-control " name="inputPassword" placeholder="输入密码" type="password" value="19930523" />
+                <input id="inputPassword" class="form-control " name="inputPassword" placeholder="输入密码" type="password"/>
             </div>
             <div class="form-group" id="error-tips" style="display: none;">
                 <div class="alert alert-danger" role="alert">