2024-05-31 15:21:43 +08:00
|
|
|
NODE_ENV = 'production'
|
|
|
|
# Base API
|
2024-06-08 15:10:27 +08:00
|
|
|
|
|
|
|
# 测试域名
|
2024-06-26 11:45:42 +08:00
|
|
|
VITE_NOW_TYPE = 'dist/admin'
|
|
|
|
VITE_APP_BASE_URL='https://test-multi-store.lihaink.cn'
|
2024-06-08 15:10:27 +08:00
|
|
|
|
2024-06-14 14:27:16 +08:00
|
|
|
# # 正式域名
|
2024-06-26 11:45:42 +08:00
|
|
|
# VITE_NOW_TYPE = 'build/admin'
|
|
|
|
# VITE_APP_BASE_URL='https://multi-store.lihaink.cn'
|