소스 검색

no message

linwenxin 2 달 전
부모
커밋
943f86835e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/common/http/index.js

+ 1 - 1
src/common/http/index.js

@@ -155,7 +155,7 @@ export const $http = (url, method, data, json, loadingBool = false, isExecute =
       dataType: 'json',
       data
     })
-  } else if (!!~['/user/auth2', '/goods/detail'].indexOf(url)) {
+  } else if (!!~['/user/auth2', '/goods/detail', '/user/jsapi/sign'].indexOf(url)) {
     return http.request({
       method: method,
       url: url,