1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-05-01 06:39:01 +08:00
vue-naive-admin/.env.test
2022-08-27 14:09:32 +08:00

7 lines
98 B
Plaintext

VITE_PUBLIC_PATH = '/'
# 是否启用MOCK
VITE_USE_MOCK = true
# base api
VITE_BASE_API = '/api'