Commit ab27a962c9a8b3adc4ca2891715c2267aa3cacba

Authored by 刘淇
1 parent 092a09d9

西城新链接

dist 2.zip deleted
No preview for this file type
dist 3.zip deleted
No preview for this file type
dist.zip deleted
No preview for this file type
src/utils/request.js
@@ -9,7 +9,7 @@ const service = axios.create({ @@ -9,7 +9,7 @@ const service = axios.create({
9 // https://dev.renniting.cn/pay 赤峰测试 9 // https://dev.renniting.cn/pay 赤峰测试
10 // https://dev.renniting.cn/pay/ 赤峰农行测试环境 10 // https://dev.renniting.cn/pay/ 赤峰农行测试环境
11 11
12 - baseURL: 'https://pay.renniting.cn/', // url = base url + request url 12 + baseURL: 'https://pay.xrparking.cn/', // url = base url + request url
13 // withCredentials: true, // send cookies when cross-domain requests 13 // withCredentials: true, // send cookies when cross-domain requests
14 timeout: 10000 // request timeout 14 timeout: 10000 // request timeout
15 }) 15 })
src/utils/utils.js
@@ -123,12 +123,12 @@ export default { @@ -123,12 +123,12 @@ export default {
123 123
124 myDeviceInfo: 'BC0703A4-AFB0-4B51-9089-9B7487C0CC6E', // 公共请求设备信息 124 myDeviceInfo: 'BC0703A4-AFB0-4B51-9089-9B7487C0CC6E', // 公共请求设备信息
125 125
126 - myVxAppId: 'wx2af2bab90d433c86', 126 + myVxAppId: 'wx78702b90dadb9586',
127 // 测试环境 微信赤峰 appid wxff4cebaedbf4f886 127 // 测试环境 微信赤峰 appid wxff4cebaedbf4f886
128 // 微信赤峰 appid wx2af2bab90d433c86 128 // 微信赤峰 appid wx2af2bab90d433c86
129 // 黄石 appid wxa1a66cc7d263afe6 129 // 黄石 appid wxa1a66cc7d263afe6
130 130
131 - myOrgId: '', // 归属地 赤峰id 10003 黄石 10079 131 + myOrgId: '10007', // 归属地 赤峰id 10003 黄石 10079
132 132
133 myGetSign: function (objb) { // 获取签名 133 myGetSign: function (objb) { // 获取签名
134 var compare = function (obj1, obj2) { 134 var compare = function (obj1, obj2) {