Commit e884bb04ef86e406e8af3b5bcf62ea02d64ed039

Authored by 刘淇
1 parent da4c69a8

房山

config/index.js
... ... @@ -23,7 +23,7 @@ module.exports = {
23 23  
24 24  
25 25 // Various Dev Server settings
26   - host: 'localhost', // can be overwritten by process.env.HOST
  26 + host: '127.0.0.1', // can be overwritten by process.env.HOST
27 27 port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
28 28 autoOpenBrowser: false,
29 29 errorOverlay: true,
... ...
src/utils/request.js
... ... @@ -10,7 +10,7 @@ const service = axios.create({
10 10  
11 11 // https://dev.renniting.cn/pay/ 赤峰农行测试环境
12 12  
13   - baseURL: 'https://pay.renniting.cn/', // url = base url + request url
  13 + baseURL: 'https://pay.fangshanparking.com/', // url = base url + request url
14 14 // withCredentials: true, // send cookies when cross-domain requests
15 15 timeout: 6000 // request timeout
16 16 })
... ...
src/utils/utils.js
... ... @@ -166,22 +166,13 @@ export default {
166 166  
167 167  
168 168  
169   - // 0eca8f5373ca4866aec2f8e9d9367104 老的id
170   - // 14318527b13840c2a4af63fef52c2d6e 老的签名
171   -
172   - // ud8yq5tv0inxupc05xfeau39jywlqoj2 新的id
173   - // ny1u72b6k374sg379z0kqjgfxe2ycnpw 新的签名
174   -
175 169 myVarAppid:'ud8yq5tv0inxupc05xfeau39jywlqoj2',// 公共请求Appid
176 170  
177 171 myDeviceInfo: 'BC0703A4-AFB0-4B51-9089-9B7487C0CC6E', // 公共请求设备信息
178 172  
179   - myVxAppId: 'wx2af2bab90d433c86',
180   - // 测试环境 微信赤峰 appid wxff4cebaedbf4f886
181   - // 微信赤峰 appid wx2af2bab90d433c86
182   - // 黄石 appid wxa1a66cc7d263afe6
  173 + myVxAppId: 'wx878cfd3be9525d48',
183 174  
184   - myOrgId: '10003', // 归属地 赤峰id 10003 黄石 10079
  175 + myOrgId: '10245',
185 176  
186 177 myGetSign: function (objb) { // 获取签名
187 178 var compare = function (obj1, obj2) {
... ...