moreShopAdmin/.env.development

12 lines
373 B
Plaintext
Raw Normal View History

2024-05-31 09:18:45 +08:00
NODE_ENV = 'development'
2024-05-31 15:21:43 +08:00
VITE_NOW_TYPE = 'dist'
2024-05-31 09:18:45 +08:00
# Base API
2024-08-11 20:11:29 +08:00
# VITE_APP_BASE_URL='http://192.168.101.102:8546'
2024-08-11 17:04:49 +08:00
# VITE_APP_BASE_URL='http://192.168.1.10:8546'
2024-08-06 11:32:42 +08:00
# VITE_APP_BASE_URL='https://test-multi-store.lihaink.cn'
2024-07-03 16:54:50 +08:00
# VITE_APP_BASE_URL='https://multi-store.lihaink.cn'
VITE_APP_BASE_URL='http://192.168.1.22:8545'
2024-08-03 00:12:42 +08:00
# VITE_APP_BASE_URL='https://ceshi-multi-store.lihaink.cn'
2024-07-03 16:54:50 +08:00