zhongshujie
2025-04-03 e5b4929c0d7d4b268e37f956f5fd57a6439cb508
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',