'admin-21.03.15:添加开发/线上环境配置.env、修复tagsView页面设置隐藏时不显示的问题'

This commit is contained in:
lyt
2021-03-15 18:36:32 +08:00
parent 8c64de8393
commit 577a1cdac6
6 changed files with 2195 additions and 6 deletions

5
.env.development Normal file
View File

@ -0,0 +1,5 @@
# 本地环境
ENV = 'development'
# 本地环境接口地址
VITE_API_URL = 'http://localhost:10000/'