Jelajahi Sumber

fix 输出log

anxiaoxia 2 tahun lalu
induk
melakukan
ac39538908
2 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 1 0
      src/app.tsx
  2. 1 1
      src/config/screate.js

+ 1 - 0
src/app.tsx

@@ -28,6 +28,7 @@ export async function getInitialState(): Promise<{
 
   var dealRes = deal_locationsearch();
   var persagyToken = dealRes[0];
+  console.log(persagyToken, '----persagyToken');
   let userName = persagyToken && decrypt(persagyToken);
 
   //如果有值 存起来

+ 1 - 1
src/config/screate.js

@@ -27,6 +27,6 @@ export function deal_locationsearch() {
       keyvalue.push(val);
     }
   }
-
+ console.log(keyvalue,'keyvalue1');
   return keyvalue; //最终返回值为对象
 }