1. .env.development文件为测试应用的服务器地址配置文件
2..env.production文件为打包应用的服务器地址配置文件
3.前端使用vue编写,UI使用的是Element
4.地址说明:
基本设置 http://localhost:xxx/#/ac/basic
模板列表 http://localhost:xxx/#/ac/temp
无线AP列表 http://localhost:xxx/#/ac/aplist
接入点列表 http://localhost:xxx/#/ac/hotspotsearch
用户列表 http://localhost:xxx/#/ac/stasearch
黑白名单 http://localhost:xxx/#/ac/acfilter

5.ac模块中已经将html打包进去了,运行ac模块后,可以通过 http://ip:prot/#/ac/aplist 进行访问,如果不需要将html打包进ac模块中,请告知(为减少ac模块体积)。