zhongshujie
2025-03-14 1995bd9b9e0033445fd44c796e21a1944f1e56b2
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',