闫增涛
2024-07-08 98672d35b55d82335c4bd05f6434f6a6cf83c733
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',