Merge branch 'vue3_tmp' of https://gitee.com/huizhizao/yudao-mall-uniapp into master-vue3
# Conflicts: # pages.json # pages/goods/list.vue # pages/order/list.vue # sheep/api/order.js # sheep/api/trade/order.js # sheep/hooks/useGoods.js
This commit is contained in:
@@ -55,8 +55,7 @@ const http = new Request({
|
||||
method: 'GET',
|
||||
header: {
|
||||
Accept: 'text/json',
|
||||
'Content-Type': 'application/json',
|
||||
// ;charset=UTF-8
|
||||
'Content-Type': 'application/json;charset=UTF-8',
|
||||
platform: $platform.name,
|
||||
},
|
||||
// #ifdef APP-PLUS
|
||||
@@ -99,7 +98,6 @@ http.interceptors.request.use(
|
||||
config.header['terminal'] = '20';
|
||||
config.header['Authorization'] = 'Bearer test247';
|
||||
}
|
||||
// console.log(config, '看参数')
|
||||
return config;
|
||||
},
|
||||
(error) => {
|
||||
|
||||
Reference in New Issue
Block a user