Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/happynode/happy-midway-vue

智慧中台vue前端
https://github.com/happynode/happy-midway-vue

Last synced: 18 days ago
JSON representation

智慧中台vue前端

Awesome Lists containing this project

README

        

# happy-vue-admin

| 账号 | 密码 | 权限 |
| --------- | ------ | ------------------------ |
| openadmin | 123456 | 仅只有各个功能的查询权限 |
| monitoradmin | 123456 | 系统监控页面及按钮权限 |

# 使用
修改 .env.development 中 VUE_APP_BASE_API 后端服务地址

```
npm install

npm run dev
```

### TODO
由于ws出问题,暂时关闭 store/modules/user 里面的ws链接 `ws/initSocket`