Browse Source

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

TonyKang 6 years ago
parent
commit
9ff9f9ae7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/users/models/manager_model.js

+ 1 - 1
modules/users/models/manager_model.js

@@ -203,7 +203,7 @@ class ManagerModel extends BaseModel {
             password: password,
             password: password,
             time: postTime,
             time: postTime,
             token: encryptToken,
             token: encryptToken,
-            app: 'yanghu'
+            app: 'scConstruct'
         };
         };
 
 
         let postOption = {
         let postOption = {