# 线上环境 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'