lihaiMiddleOfficeAdminWeb/.env.development

12 lines
363 B
Plaintext
Raw Permalink 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'
2025-03-20 10:25:32 +08:00
VITE_APP_BASE_URL='http://192.168.1.103:8544'
2024-08-06 11:32:42 +08:00
# VITE_APP_BASE_URL='https://test-multi-store.lihaink.cn'
2025-01-24 16:10:44 +08:00
# VITE_APP_BASE_URL='https://multi-store.lihaink.cn'
2025-03-20 10:25:32 +08:00
# VITE_APP_BASE_URL='http://127.0.0.1:8544'
# VITE_APP_BASE_URL='https://ceshi-erp.lihaink.cn'
2024-07-03 16:54:50 +08:00