You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
368 B
15 lines
368 B
# must start with VITE_
|
|
VITE_ENV = 'development'
|
|
VITE_OUTPUT_DIR = 'dev'
|
|
# public path
|
|
VITE_PUBLIC_PATH = /
|
|
|
|
#新数据接口
|
|
# VITE_APP_API_BASE_URL = "http://39.101.133.168:8828/link"
|
|
# VITE_APP_BASE_API = 'http://47.92.148.30:3003/mock/3267'
|
|
# VITE_APP_BASE_API = 'http://39.98.127.73/price'
|
|
VITE_APP_BASE_API = '/api'
|
|
|
|
# Whether to open mock
|
|
VITE_USE_MOCK = true
|
|
|