@@ -1906,8 +1906,8 @@ | |||
"root": "subpackage/carPark", | |||
"plugins": { | |||
"issuer-plugin": { | |||
// "version": "dev-c968a95bd8b2e12ed880d15141e81dcd", | |||
"version": "1.0.2", | |||
"version": "dev-44cf00f4a96631d06215f57ed23ec62f", | |||
// "version": "1.0.2", | |||
"provider": "wxa2d9acdd1054e69b" | |||
} | |||
}, |
@@ -160,7 +160,9 @@ | |||
import { | |||
getVehiclePlateColor | |||
} from "@/datas/vehiclePlateColor.js" | |||
import { | |||
getItem | |||
} from "@/utils/storage"; | |||
const cmd = require("../../../static/etcUtil/cmdConfig.js"); | |||
const tools = require("../../../static/etcUtil/tools.js"); | |||
const datas = require("../../../static/etcUtil/datas.js"); | |||
@@ -456,7 +458,7 @@ | |||
data: { | |||
obuId: num, | |||
encryptedInfo: data, | |||
wxOpenId:state.openid | |||
wxOpenId:getItem("mobile") | |||
}, | |||
method: "POST", | |||
showLoading: true, |
@@ -77,7 +77,7 @@ import { deviceType } from "@/utils/network/difference"; | |||
showLoading: true, | |||
}; | |||
if(state.deviceType==deviceType){ | |||
options.data['wxOpenId'] =getItem("QYorder").openid | |||
options.data['wxOpenId'] =getItem("mobile") | |||
} | |||
// #ifdef MP-WEIXIN | |||
options.data['source'] = 'WECHAT' |
@@ -71,8 +71,8 @@ export function request(code, options = {}, start = false) { | |||
} | |||
options.url = envs[process.env.NODE_ENV].baseUrl + '/api/interfaceMidGroundIn' | |||
// options.url = envs[process.env.NODE_ENV].baseUrl + '/dev/api/interfaceMidGroundIn' | |||
// options.url = envs[process.env.NODE_ENV].baseUrl + '/api/interfaceMidGroundIn' | |||
options.url = envs[process.env.NODE_ENV].baseUrl + '/dev/api/interfaceMidGroundIn' | |||
//默认json数据格式提交` | |||
let contentType = 'application/x-www-form-urlencoded' | |||