13 lines
517 B
Plaintext
13 lines
517 B
Plaintext
NODE_ENV = development
|
|
VITE_APP_API_BASE_URL = 'https://test-pet-house.ifish7.com/pet-house'
|
|
VITE_APP_API_BASE_URL_NEW='https://test-pet-admin.ifish7.com'
|
|
VITE_APP_WEBVIEW_BASE_URL='https://pet-house-product.ifish7.com'
|
|
|
|
# VITE_APP_API_BASE_URL = 'https://pet-house.ifish7.com/pet-house'
|
|
# VITE_APP_API_BASE_URL_NEW='https://pet-admin.ifish7.com'
|
|
# VITE_APP_WEBVIEW_BASE_URL='https://pet-house-product.ifish7.com'
|
|
|
|
VITE_BUILD_SOURCEMAP = true
|
|
# 是否在打包时删除 console 代码
|
|
VITE_BUILD_DROP_CONSOLE = false
|