This commit is contained in:
魏啾
2024-04-08 13:50:05 +08:00
parent 2b723694fa
commit d844832aad
13 changed files with 1309 additions and 124 deletions

View File

@@ -3,7 +3,7 @@ const debug = process.env.NODE_ENV == 'development' ? true : false;
const proxyApi = "/api"
// #endif
// #ifdef MP-WEIXIN || APP
const proxyApi = 'https://cashier.sxczgkj.cn/cashierService' // 线上
const proxyApi = 'http://101.37.12.135:9889/cashierService' // 线上
// #endif
// #ifdef H5