修改兼容h5调试

This commit is contained in:
2025-12-16 17:32:54 +08:00
parent 08eaa9f438
commit 9be7e49229
8 changed files with 30 additions and 42 deletions

View File

@@ -8,7 +8,7 @@ export default (params) => {
const shopId = uni.cache.get("shopId") * 1;
const userInfo = uni.cache.get("userInfo") || {};
// #ifdef H5
token = "21f0a0b10e1d40ce9c6464037fedb792";
token = "b61c8b0f1c9d47ad924e33c48b496ce6";
// #endif
let header = {
version: uni.conf.version,