Files
cashier_desktop/.env.production
gyq 0b2b4b44d0 1.新增全部本地打印标签
2.优化订单重但标签小票
2024-06-21 13:56:16 +08:00

11 lines
264 B
Plaintext

# 线上环境
ENV = production
# 正式ws
VITE_API_WSS = 'wss://cashier.sxczgkj.cn/client'
# 线上环境接口地址
VITE_API_URL = 'https://cashierclient.sxczgkj.cn/cashier-client/'
# 测试
# VITE_API_URL = 'https://cashier-client.sxczgkj.cn/cashier-client'