This commit is contained in:
parent
32e28e23f6
commit
811c635d77
|
@ -1,10 +1,10 @@
|
|||
NODE_ENV = 'production'
|
||||
# Base API
|
||||
|
||||
# # 测试域名
|
||||
VITE_NOW_TYPE = 'dist/admin'
|
||||
VITE_APP_BASE_URL='https://test-multi-store.lihaink.cn'
|
||||
# 测试域名
|
||||
# VITE_NOW_TYPE = 'dist/admin'
|
||||
# VITE_APP_BASE_URL='https://test-multi-store.lihaink.cn'
|
||||
|
||||
# 正式域名
|
||||
# VITE_NOW_TYPE = 'build/admin'
|
||||
# VITE_APP_BASE_URL='https://multi-store.lihaink.cn'
|
||||
VITE_NOW_TYPE = 'build/admin'
|
||||
VITE_APP_BASE_URL='https://multi-store.lihaink.cn'
|
Loading…
Reference in New Issue