测试环境链接替换,部分问题修复,增加批量退菜功能
This commit is contained in:
7
env/env.development.js
vendored
7
env/env.development.js
vendored
@@ -1,7 +1,8 @@
|
||||
export default {
|
||||
'JEEPAY_BASE_URL': 'http://192.168.1.42/', // 请求URL(生产环境)
|
||||
'JEEPAY_BASE_URL_H5': 'http://192.168.1.42/',
|
||||
'JEEPAY_BASE_URL_WSS': 'ws://192.168.1.42:2348' ,// sockets
|
||||
'JEEPAY_BASE_URL': 'http://192.168.1.43/', // 请求URL(生产环境)
|
||||
'JEEPAY_BASE_URL_H5': 'http://192.168.1.43/',
|
||||
// 'JEEPAY_BASE_URL_WSS': 'ws://192.168.1.43:2348' ,// sockets
|
||||
'JEEPAY_BASE_URL_WSS': 'ws://frp.sxczgkj.com/wss' ,// sockets
|
||||
// 'JEEPAY_BASE_URL': 'https://cashier.sxczgkj.com/', // 请求URL(生产环境)
|
||||
// 'JEEPAY_BASE_URL_H5': 'https://cashier.sxczgkj.com/',
|
||||
// 'JEEPAY_BASE_URL_WSS': 'wss://czgeatws.sxczgkj.com/wss' // sockets
|
||||
|
||||
Reference in New Issue
Block a user