Sfoglia il codice sorgente

企业资料里面的 联系人 应改为 账号姓名

vian 5 anni fa
parent
commit
8488b4231a
2 ha cambiato i file con 15 aggiunte e 1 eliminazioni
  1. 14 0
      config/config.js
  2. 1 1
      web/users/html/user-info.html

+ 14 - 0
config/config.js

@@ -16,6 +16,20 @@ module.exports = {
         },
         importURL:"192.168.1.184:2050"
     },
+    qa_outer: {
+        server: "smartcost.in.8866.org",
+        port: "26904",
+        options:{
+            user:'smartcost',
+            pass:'smartcost3850888',
+            auth: {
+                "authdb": "admin"
+            },
+            connectTimeoutMS: 100000,
+            useMongoClient: true
+        },
+        importURL:"192.168.1.184:6050"
+    },
     test_auth: {
             server: "120.78.150.216",
             port: "27017",

+ 1 - 1
web/users/html/user-info.html

@@ -76,7 +76,7 @@
                             </select>
                         </div>
                         <div class="form-group">
-                            <label class="form-control-label">联系人</label>
+                            <label class="form-control-label">账号姓名</label>
                             <input class="form-control" value="<%= userData.real_name %>" placeholder="输入您的姓名" id="name" name="real_name" autocomplete="off">
                         </div>
                         <div class="form-group">