moreShopAdmin/.env.production

10 lines
238 B
Plaintext
Raw Normal View History

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