yiming
2024-03-01 b10f56cafd2767ef89988877528ba8bff32f8f41
assets/js/middleGround/api/store.js
@@ -301,7 +301,10 @@
        ]
      })
    }
    let token = wx.getStorageSync(tokenKey) ? wx.getStorageSync(tokenKey) : '';
    let url = token ? '/store/api/ApiQueryProductByAppUser' : '/store/api/ApiQueryProduct'
    return request({
      url: url,