14 lines
448 B
Plaintext
14 lines
448 B
Plaintext
VITE_NOW_TYPE = 'dist'
|
|
|
|
|
|
# VITE_PUSH_URL = 'wss://ceshi-multi-store.lihaink.cn/pull'
|
|
# VITE_BASE_URL = 'https://ceshi-multi-store.lihaink.cn'
|
|
|
|
VITE_PUSH_URL = 'ws://192.168.1.22:8787'
|
|
VITE_BASE_URL = 'http://192.168.1.22:8545'
|
|
|
|
# VITE_PUSH_URL ='wss://test-multi-store.lihaink.cn/pull'
|
|
# VITE_BASE_URL = 'https://test-multi-store.lihaink.cn'
|
|
|
|
# VITE_PUSH_URL ='wss://multi-store.lihaink.cn/pull'
|
|
# VITE_BASE_URL = 'https://multi-store.lihaink.cn' |