Commit c3309530 by 程智春

remove dubbo-tag

parent c84d6adf
......@@ -12,7 +12,7 @@ export async function requestGET(url, options) {
"Shop-Mixid": shopMixid,
"Offline-Shop-Code": store.state.offlineShopCode,
"Authorization": wx.getStorageSync('sessionid') || "",
"dubbo-tag": "ljx"
// "dubbo-tag": "ljx"
},
success: function (res) {
resolve(res)
......@@ -34,7 +34,7 @@ export async function requestPOST(url, options) {
"Shop-Mixid": shopMixid,
"Authorization": wx.getStorageSync('sessionid') || "",
"Offline-Shop-Code": store.state.offlineShopCode,
"dubbo-tag": "ljx"
// "dubbo-tag": "ljx"
},
success: function (res) {
resolve(res)
......@@ -57,7 +57,7 @@ export function requestPOST1(url, options) {
"Shop-Mixid": shopMixid,
Authorization: wx.getStorageSync('sessionid') || "",
"Offline-Shop-Code": store.state.offlineShopCode,
"dubbo-tag": "ljx"
// "dubbo-tag": "ljx"
},
success: function (res) {
resolve(res)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment