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-07-17 14:39:00 +08:00
|
|
|
VITE_APP_BASE_URL='http://192.168.1.22:8545'
|
|
|
|
# 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'
|
|
|
|
|