确认订单

This commit is contained in:
2024-03-11 23:02:41 +08:00
parent 00013cb46c
commit 0883e88df0
11 changed files with 371 additions and 11 deletions

View File

@@ -27,6 +27,7 @@ function requestInterceptors() {
if(token && config.header) {
config.header.token = token;
config.header.Authorization = token;
config.header.companyid = '1471673498334113794';
}
return config;
},