mirror of
https://github.com/huge-dream/django-vue3-admin.git
synced 2026-09-23 13:13:07 +00:00
10 lines
206 B
Bash
10 lines
206 B
Bash
# 本地环境
|
|
ENV = 'development'
|
|
|
|
# 本地环境接口地址
|
|
#`VITE_API_URL = 'https://demo.dvadmin.com/api'
|
|
VITE_API_URL = 'https://5b28686519.goho.co'
|
|
|
|
# 是否启用按钮权限
|
|
VITE_PM_ENABLED = true
|