优化退菜原因以及无台桌退菜不刷新历史订单的问题
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
# 本地环境
|
||||
ENV = development
|
||||
|
||||
# 测试ws
|
||||
# VITE_API_WSS = 'wss://sockets.sxczgkj.com/wss'
|
||||
|
||||
# 正式ws
|
||||
# VITE_API_WSS = 'wss://czgeatws.sxczgkj.com/wss'
|
||||
|
||||
# 本地ws
|
||||
VITE_API_WSS = 'ws://192.168.1.42:2348'
|
||||
# VITE_API_WSS = 'ws://192.168.1.42:2348'
|
||||
|
||||
# 线上本地映射测试ws
|
||||
VITE_API_WSS = 'ws://frp.sxczgkj.com/wss'
|
||||
|
||||
# 正式 php
|
||||
VITE_API_PHP_URL = 'https://newblockwlx.sxczgkj.cn/index.php/api'
|
||||
@@ -17,7 +17,7 @@ VITE_API_PHP_URL = 'https://newblockwlx.sxczgkj.cn/index.php/api'
|
||||
# VITE_API_KP_URL = 'http://192.168.1.13:8888/api'
|
||||
|
||||
# 正式 php 开票
|
||||
# VITE_API_KP_URL = 'https://invoice.sxczgkj.cn/api'
|
||||
VITE_API_KP_URL = 'https://invoice.sxczgkj.cn/api'
|
||||
|
||||
# 线上测试
|
||||
# VITE_API_URL = 'https://tapi.cashier.sxczgkj.cn'
|
||||
@@ -26,4 +26,7 @@ VITE_API_PHP_URL = 'https://newblockwlx.sxczgkj.cn/index.php/api'
|
||||
# VITE_API_URL = 'https://cashier.sxczgkj.com'
|
||||
|
||||
# 本地调试连接
|
||||
VITE_API_URL = 'http://192.168.1.42/'
|
||||
# VITE_API_URL = 'http://192.168.1.42/'
|
||||
|
||||
# 线上本地映射测试
|
||||
VITE_API_URL = 'https://frp.sxczgkj.com'
|
||||
Reference in New Issue
Block a user