init:初始化1.0.1版本代码

This commit is contained in:
2024-04-11 17:02:17 +08:00
commit 25bbbec8cb
220 changed files with 34127 additions and 0 deletions

14
.env.development Normal file
View File

@@ -0,0 +1,14 @@
# 本地环境
NODE_ENV = development
# 标题
VUE_APP_TITLE = Mi-Wifi-Agent服务
# 接口地址
VUE_APP_API_BASEURL = http://localhost:24317
# 本地端口
VUE_APP_PORT = 2800
# 是否开启代理
VUE_APP_PROXY = true