linwenxin 1 semana atrás
pai
commit
943f86835e
1 arquivos alterados com 1 adições e 1 exclusões
  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,