买家端订单状态

This commit is contained in:
15386982806
2024-01-16 17:29:19 +08:00
parent 6e626f6e11
commit bf8afdc0f4
5 changed files with 86 additions and 44 deletions

View File

@@ -3,10 +3,14 @@ var BASE = {
* @description api请求基础路径
*/
API_DEV: {
common: "https://common-api.pickmall.cn",
buyer: "https://buyer-api.pickmall.cn",
seller: "https://store-api.pickmall.cn",
manager: "https://admin-api.pickmall.cn"
// common: "https://common-api.pickmall.cn",
// buyer: "https://buyer-api.pickmall.cn",
// seller: "https://store-api.pickmall.cn",
// manager: "https://admin-api.pickmall.cn"
common: "http://192.168.31.225:8890",
buyer: "http://192.168.31.225:8888",
seller: "http://192.168.31.225:8889",
manager: "http://192.168.31.225:8887"
},
API_PROD: {
common: "https://common-api.pickmall.cn",

View File

@@ -30,7 +30,7 @@ export const orderStatusList = [
status: 'TAKE'
},
{
name: '已取消',
name: '已关闭',
status: 'CANCELLED'
},
{