https://github.com/liudf0716/wwas-admin
apfree wifidog auth server admin ui
https://github.com/liudf0716/wwas-admin
apfree vue weixin wificoin wifidog-auth-server
Last synced: about 1 month ago
JSON representation
apfree wifidog auth server admin ui
- Host: GitHub
- URL: https://github.com/liudf0716/wwas-admin
- Owner: liudf0716
- License: gpl-3.0
- Created: 2018-07-17T09:52:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T09:01:25.000Z (8 months ago)
- Last Synced: 2025-03-28T12:11:14.363Z (about 2 months ago)
- Topics: apfree, vue, weixin, wificoin, wifidog-auth-server
- Language: Vue
- Homepage: https://awas-swart.vercel.app
- Size: 1.49 MB
- Stars: 31
- Watchers: 11
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wwas-admin介绍
wwas是一个支持[apfree-wifidog](https://github.com/liudf0716/apfree-wifidog)的认证服务平台wwas-admin是WWAS的管理配置前端,其主要功能包括:
> 用户管理(增加、冻结)
> 用户管理设备导入导出
> 用户管理设备列表
> 用户管理设备详情
> 认证用户列表详情
> 微信认证配置
> 短信认证配置(目前支持阿里,网易)
> 一键免认证配置
> 用户密码认证
> portal页面自定义设置
# 项目运行
```
git clone https://github.com/liudf0716/wwas-admin.gitcd wwas-admin
npm install
npm run dev
```
# 另外
该项目的运行需要[wwas](https://github.com/liudf0716/wwas)的后台支持
使用方法如下:
1.git clone https://github.com/liudf0716/wwas-admin.git
2.cd wwas-admin
3. 修改config/index.js文件
```
webServer: 'http://yourip:8001'
```4.npm install
5.npm run build
6.把生成的dist文件夹整个复制到wwas的public目录下即可。
```
cp -r dist/* ../wwas/public/
```# 部分功能截图
### 登录

### 设备管理
### 导入路由


### 微信认证配置

### 短信认证配置

### 一键免认证配置

### 用户密码认证配置

### 其他认证配置

# 说明
> 如果对您有帮助,您可以点右上角 "Star" 支持一下 谢谢! ^_^
> 如有问题请直接在 [Issues](https://github.com/liudf0716/wwas-admin/issues/new) 中提,或者您发现问题并有非常好的解决方案,欢迎 PR 👍
> 项目交流群:331230369(QQ) 424031785(QQ)