Browse Source

Merge branch 'master' of git.oschina.net:yiguanjia/php

north 7 years ago
parent
commit
486f78cc40

File diff suppressed because it is too large
+ 0 - 0
www/webapp/housekeeping/home/static/js/app.js


File diff suppressed because it is too large
+ 0 - 0
www/webapp/housekeeping/home/static/js/app.js.map


File diff suppressed because it is too large
+ 0 - 0
www/webapp/housekeeping/home/static/js/manifest.js.map


+ 4 - 4
www/webapp/housekeeping/src/config/globalVariables.js

@@ -33,17 +33,17 @@ if (test) {
   apiPath = 'http://commontest.yiguanjia.me/index.php?r=';
   apiPath = 'http://commontest.yiguanjia.me/index.php?r=';
   // userId = '57e38f1b9f5160ac048b457d'
   // userId = '57e38f1b9f5160ac048b457d'
 
 
-  if (localStorage.getItem('wxUserID') === null) {
+  if (localStorage.getItem('wxUserID1') === null) {
     // userId = '57e238929f5160d6048b456d' // 管理员
     // userId = '57e238929f5160d6048b456d' // 管理员
     // userId = '57fa51649f5160c4048b4948'
     // userId = '57fa51649f5160c4048b4948'
   } else {
   } else {
-    userId = localStorage.getItem('wxUserID')
+    userId = localStorage.getItem('wxUserID1')
   }
   }
 
 
-  // userId = localStorage.getItem('wxUserID')
+  // userId = localStorage.getItem('wxUserID1')
 } else {
 } else {
   apiPath = 'http://common.yiguanjia.me/index.php?r=';
   apiPath = 'http://common.yiguanjia.me/index.php?r=';
-  userId = localStorage.getItem('wxUserID')
+  userId = localStorage.getItem('wxUserID1')
 }
 }
 // 判断是否为dev开发
 // 判断是否为dev开发
 if (locationHref.indexOf('http://localhost:80') > -1) {
 if (locationHref.indexOf('http://localhost:80') > -1) {

Some files were not shown because too many files changed in this diff