src/assets/js/middleGround/api/store.js
@@ -302,7 +302,8 @@ }) } let token = localStorage.getItem(tokenKey) let url = token ? '/store/api/ApiQueryProductByAppUser' : '/store/api/ApiQueryProduct' // let url = token ? '/store/api/ApiQueryProductByAppUser' : '/store/api/ApiQueryProduct' let url = '/store/api/ApiQueryProduct' return request({ url: url, method: 'post',