rk
15 小时以前 b1dbef13075c3a6fea62e41db4cdcd7334e1e92b
mini-program/utils/http.interceptor.js
@@ -6,7 +6,7 @@
   
   // 请求拦截器
   uni.$u.http.interceptors.request.use((config) => {
      console.log(config)
      // console.log(config)
      if(config.data && config.data.tokenType===1){
         config.header['tokenType'] = config.data.tokenType;
         const HeadShoptoken = vm.$store.state.shopToken