This commit is contained in:
2025-10-29 06:54:49 +08:00
parent c48a4b471a
commit 49eaed04d6
2 changed files with 5 additions and 8 deletions

View File

@@ -2,8 +2,8 @@
"name" : "宁波富佳",
"appid" : "__UNI__F00F4C3",
"description" : "宁波富佳手持系统",
"versionName" : "1.0.3",
"versionCode" : 103,
"versionName" : "1.0.4",
"versionCode" : 104,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

@@ -28,12 +28,9 @@ const request = (params) => {
}
let header = {}
method = method.toUpperCase()
if (method == 'POST') {
header = {
'Content-Type': 'application/json;charset=UTF-8',
'Authorization': token
}
// data = qs.stringify(data)
header = {
'Content-Type': 'application/json;charset=UTF-8',
'Authorization': token
}
let requestUrl = `${store.getters.baseUrl}/` + url;
if (acsurl) {