This commit is contained in:
chenhaodong
2023-03-28 21:22:35 +08:00
parent b2089d3554
commit 08619ea2c1
419 changed files with 21862 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# 环境标识
ENV = 'development'
# 开发环境,一般就设置为本地后端端口,如:http://localhost:8101
VUE_APP_BASE_API = 'http://127.0.0.1:8101'