mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-04-30 14:19:01 +08:00
14 lines
220 B
Plaintext
14 lines
220 B
Plaintext
NODE_ENV = 'production'
|
|
|
|
ENV = 'production'
|
|
|
|
VITE_PUBLIC_PATH = '/'
|
|
|
|
# 是否使用MOCK
|
|
VITE_APP_USE_MOCK = true
|
|
|
|
# base api
|
|
VITE_APP_GLOB_BASE_API = '/api-mock'
|
|
|
|
# test base api
|
|
VITE_APP_GLOB_BASE_API_TEST = '/api-test' |