|
@@ -10,7 +10,7 @@ if (locationHref.indexOf('common.yiguanjia.me') > -1) {
|
|
|
if (test) {
|
|
|
apiPath = 'http://commontest.yiguanjia.me/index.php?r=';
|
|
|
// userId = '57e38f1b9f5160ac048b457d'
|
|
|
- if(localStorage.getItem('wxUserID') === null){
|
|
|
+ if (localStorage.getItem('wxUserID') === null) {
|
|
|
userId = '57e238929f5160d6048b456d' // 管理员
|
|
|
} else {
|
|
|
userId = localStorage.getItem('wxUserID')
|
|
@@ -26,7 +26,8 @@ if (locationHref.indexOf('http://localhost:8080/') > -1) {
|
|
|
apiPath = 'http://commontest.yiguanjia.me/index.php?r=';
|
|
|
// userId = '57fe2dc59f5160a1048b4591' // 享月会
|
|
|
// userId = '582405cea84ea02e3e8b4611' // 养老院
|
|
|
- userId = '57e238929f5160d6048b456d' // 管理员
|
|
|
+ // userId = '57e238929f5160d6048b456d'; // 管理员
|
|
|
+ userId = '57fd74be9f5160c7048b4a52' // 顾客
|
|
|
} else if (locationHref.indexOf('admin.yiguanjiadev.me') > -1) {
|
|
|
apiPath = 'http://admin.yiguanjiadev.me/index.php?r=';
|
|
|
// userId = '57fe2dc59f5160a1048b4591'; // 享月会
|