瀏覽代碼

scg:login

honghaitzz11 6 年之前
父節點
當前提交
8ecd9b4492

文件差異過大導致無法顯示
+ 0 - 0
www/webapp/scg/asset/js/app.js


文件差異過大導致無法顯示
+ 0 - 0
www/webapp/scg/asset/js/app.js.map


文件差異過大導致無法顯示
+ 0 - 0
www/webapp/scg/asset/js/manifest.js.map


+ 3 - 7
www/webapp/scg/src/lib/userID.js

@@ -1,21 +1,17 @@
 export default function userId() {
-  const id = {
-    care: [
+  const id = [
       '57e245989f5160ca048b456f', // 余零雨
       '57eb6d449f5160a6048b46f9', // 焦孟骁
       '5befffbf9f5160c03c8b547b', // Sherry
       '5befd8d19f5160c03c8b5478', // Koala
       '5bef8e3e9f5160123e8b5451', // jjhuman
-    ],
-    client: [
-      '57e22bb59f5160c2048b456h', // charlie
       '57e237ea9f5160b6048b4568', // 陌上歌
       '57e238929f5160d6048b456d', // .
       '57e38f1b9f5160ac048b457d', // 塘下七武海-涛
       '59e41443fb48a7552f8b459e', // 笨笨_8119619
     ]
-  };
-  return localStorage.getItem('wxUserID1') != null ? localStorage.getItem('wxUserID1') : id.client[3];
+  ;
+  return localStorage.getItem('wxUserID1') != null ? localStorage.getItem('wxUserID1') : id[1];
 }
 /*
 card: {

部分文件因文件數量過多而無法顯示