mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-05-01 06:39:01 +08:00
7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
VITE_PUBLIC_PATH = '/'
|
|
|
|
# 是否启用MOCK
|
|
VITE_USE_MOCK = true
|
|
|
|
# base api
|
|
VITE_BASE_API = '/api' |