17 lines
428 B
Plaintext
17 lines
428 B
Plaintext
# 线上环境
|
|
ENV = production
|
|
|
|
# 正式ws
|
|
VITE_API_WSS = 'wss://cashier.sxczgkj.cn/client'
|
|
|
|
# 正式 php
|
|
VITE_API_PHP_URL = 'https://czgdoumei.sxczgkj.com/index.php/api'
|
|
|
|
# 正式 php 开票
|
|
VITE_API_KP_URL = 'https://invoice.sxczgkj.cn/api'
|
|
|
|
# 线上环境接口地址
|
|
VITE_API_URL = 'https://cashierclient.sxczgkj.cn/cashier-client/'
|
|
|
|
# 预发布接口
|
|
# VITE_API_URL = 'https://pre-cashierclient.sxczgkj.cn/cashier-client/' |