Przeglądaj źródła

cps:分享赚钱代码优化 debug

panyong 3 lat temu
rodzic
commit
741dcdb8b9
2 zmienionych plików z 3 dodań i 1 usunięć
  1. 2 0
      htmldev/cps/src/App.vue
  2. 1 1
      htmldev/cps/src/api/request.js

+ 2 - 0
htmldev/cps/src/App.vue

@@ -35,8 +35,10 @@ export default {
     '$route.name': {
       handler: function (newVal) {
         this.active = newVal
+        console.log(newVal)
         // 为中转页的时候不调用
         if (!this.$store.getters['common/isInit'] && newVal !== 'PaymentCode' && newVal !== 'ShareMiddle') {
+          console.log(111)
           this.$store.dispatch('common/getUserInfo')
           this.$store.dispatch('common/getOrdertype')
           this.$store.commit('common/UPDATE_ISINIT', true)

+ 1 - 1
htmldev/cps/src/api/request.js

@@ -55,7 +55,7 @@ request.interceptors.request.use(request => {
 
   // 因为微信开发者工具重复授权,本地开发时写死
   if (/^(0|192|10|localhost)/.test(domain)) {
-    request.headers.wechatToken = '677696fe417ac48ef00d507a08df8457'
+    request.headers.wechatToken = '72af1c69ca82b45d4648727a552f93a1'
   } else {
     request.headers.wechatToken = getCookieValue('fanbutingwechatToken')
   }