闫增涛
2024-11-06 4e236a15226b5341cebc480c4798069b9f90919a
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',