Commit 1b0f1c7d by 王榕

修改api地址

parent 312b4e69
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
} }
}, },
"window": { "window": {
"navigationBarTitleText": "智能电池", "navigationBarTitleText": "GPS网络能源",
"backgroundTextStyle": "dark", "backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#17191a", "navigationBarBackgroundColor": "#17191a",
"navigationBarTextStyle": "white" "navigationBarTextStyle": "white"
......
...@@ -4,19 +4,19 @@ var config = { ...@@ -4,19 +4,19 @@ var config = {
dev: { dev: {
appid: 'wxed819cb57829a51c', appid: 'wxed819cb57829a51c',
api: 'http://47.92.207.93:8084/app/', api: 'https://mqtt-app.zhuzhux.com/app/',
wss: 'wss://app.doomore.cn/websocket/app/api/', wss: 'wss://app.doomore.cn/websocket/app/api/',
payapi: 'http://47.92.207.93:8084/pay/', payapi: 'https://mqtt-app.zhuzhux.com//',
rapi: 'http://47.92.207.93:8084/app/',//repair rapi: 'https://mqtt-app.zhuzhux.com/app/',//repair
version: 'v1.0.00', version: 'v1.0.00',
imgPath: '/static/image/' imgPath: '/static/image/'
}, },
pro: { pro: {
appid: 'wxed819cb57829a51c', appid: 'wxed819cb57829a51c',
api: 'https://guangyang.zhuzhux.com/app/', api: 'https://mqtt-app.zhuzhux.com/app/',
wss: 'wss://guangyang.zhuzhux.com/websocket/app/api/', wss: 'wss://mqtt-app.zhuzhux.com/websocket/app/api/',
payapi: 'https://guangyang.zhuzhux.com/pay/', payapi: 'https://mqtt-app.zhuzhux.com/pay/',
rapi: 'https://guangyang.zhuzhux.com/repair/app/',//repair rapi: 'https://mqtt-app.zhuzhux.com/repair/app/',//repair
version: 'v1.0.00', version: 'v1.0.00',
imgPath: '/static/image/' imgPath: '/static/image/'
} }
......
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