确认收货改造

This commit is contained in:
geng.tang@qq.com
2024-01-02 21:41:41 +08:00
parent e12bdecc5a
commit ebd22b0eee
9 changed files with 267 additions and 96 deletions

View File

@@ -69,6 +69,7 @@ $http.requestStart = options => {
options.header['platform'] = store.getters.platform
// 请求前加入Token
options.header['Access-Token'] = store.getters.token
options.header['tenantId'] = '6'
// return false 表示请求拦截,不会继续请求
return options
}