增加购物车编辑数量功能

This commit is contained in:
2026-01-17 10:36:33 +08:00
parent 0990e08201
commit f090d59dc6
5 changed files with 403 additions and 323 deletions

View File

@@ -1,5 +1,5 @@
//当前环境 test,prod
export const ENV = 'test'
export const ENV = 'prod'
export const ENV_BASE_URL = {
java: {
prod: 'https://cashier.sxczgkj.com/',
@@ -15,6 +15,7 @@ export const ENV_BASE_URL = {
}
}
/**
* @param {String} env 环境,测试或者正式
* @param {String} apiType 语言java或者php