项目初始

This commit is contained in:
liupopo
2023-11-21 10:59:40 +08:00
parent 03bac664dc
commit e5b9c0d7ad
351 changed files with 22021 additions and 113 deletions

12
.env.development Normal file
View File

@@ -0,0 +1,12 @@
# just a flag
ENV = 'development'
# base api
VUE_APP_BASE_API = '/api'
## 配置测试和本地开发时的 接口地址
# VUE_APP_URL = "http://jianguan.yyundong.com/shgfapi"
VUE_APP_URL = "http://127.0.0.1:7102"
##VUE_APP_URL = "http://8.130.39.13:8112"