|
|
2 yıl önce | |
|---|---|---|
| config | 2 yıl önce | |
| plugins | 2 yıl önce | |
| public | 2 yıl önce | |
| src | 2 yıl önce | |
| .editorconfig | 3 yıl önce | |
| .eslintrc.js | 2 yıl önce | |
| .gitignore | 2 yıl önce | |
| README.md | 2 yıl önce | |
| babel.config.js | 3 yıl önce | |
| package-lock.json | 2 yıl önce | |
| package.json | 2 yıl önce | |
| tsconfig.json | 2 yıl önce | |
| vue.config.js | 2 yıl önce | |
| yarn.lock | 2 yıl önce |
#things-ui
对组件进行封装,有了更加简洁的使用方式
props:
| modelValue | string | 绑定的值 |
|---|---|---|
| request | string | 快捷请求的api |
request:
| name | select的label |
|---|---|
| value | select的value |
| key | select的key |
npm run build 该指令全是将目前已有的模块全部打包
npm run build:package 该指令全是将目前已有的模块分别打包
目前已有的模块
| key | 名称 | 链接 |
|---|---|---|
| iot | 物联网 | /iot |
| rts | 视联网 | /rts |
| schedule | 数据中台 | /schedule |
| view | 可视化 | http://cloudview.jiaolongcloud.com/ |
| lowcode | 低代码 | http://49.232.161.110:5556 |
| user | 用户群组 | /user |
| login | 登陆页 | /login |
当运行 npm run build:package iot rts 时 , 将会打包物联网与视联网两个模块
当运行 npm run build:package rts 时 , 将会打包视联网模块
当运行 npm run build:package schedule view 时 ,将会打包数据中台与可视化两个模块
当模块的链接是外部链接时,如果打包的模块在参数的首位,则打包后会自动跳转到外部链接
登陆页面会获取到url中的redirect,登陆成功后跳转到对应的redirect页面
项目代理根据当前路由的title做不同处理,配置代理的hooks在effect.ts 下的 usePort
蛟龙云项目分支
只保留后台公共功能的逻辑与基本的路由菜单功能