mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-05-01 06:39:01 +08:00
10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
VITE_PUBLIC_PATH = '/'
|
|
|
|
# 是否启用MOCK
|
|
VITE_APP_USE_MOCK = true
|
|
|
|
# base api
|
|
VITE_APP_BASE_API = '/api'
|
|
|
|
# test base api
|
|
VITE_APP_BASE_API_TEST = '/api-test' |