Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/happynode/happy-midway-vue
智慧中台vue前端
https://github.com/happynode/happy-midway-vue
Last synced: 18 days ago
JSON representation
智慧中台vue前端
- Host: GitHub
- URL: https://github.com/happynode/happy-midway-vue
- Owner: happyNode
- License: mit
- Created: 2022-10-13T02:14:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T10:12:51.000Z (about 2 years ago)
- Last Synced: 2023-03-10T09:28:33.124Z (almost 2 years ago)
- Language: Vue
- Size: 266 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# happy-vue-admin
| 账号 | 密码 | 权限 |
| --------- | ------ | ------------------------ |
| openadmin | 123456 | 仅只有各个功能的查询权限 |
| monitoradmin | 123456 | 系统监控页面及按钮权限 |# 使用
修改 .env.development 中 VUE_APP_BASE_API 后端服务地址```
npm installnpm run dev
```### TODO
由于ws出问题,暂时关闭 store/modules/user 里面的ws链接 `ws/initSocket`