litian
2024-04-03 b212136f20cc7f98c3616c97936978b1d1065b36
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,