This commit is contained in:
molong
2022-10-04 15:04:42 +08:00
parent d8e43f9e93
commit d2752116a7
217 changed files with 14866 additions and 4285 deletions

14
ui/.env.development Normal file
View File

@@ -0,0 +1,14 @@
# 本地环境
NODE_ENV = development
# 标题
VUE_APP_TITLE = 服务支持系统
# 接口地址
VUE_APP_API_BASEURL = https://www.fastmock.site/mock/5039c4361c39a7e3252c5b55971f1bd3/api
# 本地端口
VUE_APP_PORT = 2800
# 是否开启代理
VUE_APP_PROXY = true