小逗ai后台

lvkun996 7d025cb09d feat: 模块打包 2 سال پیش
config 0e6e40ace0 fix: port 3 سال پیش
public a9a7057478 fix: 菜单bug 2 سال پیش
src 7d025cb09d feat: 模块打包 2 سال پیش
.editorconfig 5dc8c0c4d8 init 3 سال پیش
.eslintrc.js dfeeb5eed9 feat: less配置(bug未解决) 3 سال پیش
.gitignore 4a791ade18 fix: add gitignore --no-verify 3 سال پیش
README.md 7d025cb09d feat: 模块打包 2 سال پیش
babel.config.js 5dc8c0c4d8 init 3 سال پیش
build.js 7d025cb09d feat: 模块打包 2 سال پیش
package-lock.json b59564c0bc feat: echarts 2 سال پیش
package.json 7d025cb09d feat: 模块打包 2 سال پیش
tsconfig.json 6e229fce12 feat: 设备分析图标 2 سال پیش
vue.config.js 7d025cb09d feat: 模块打包 2 سال پیش
yarn.lock a768cc6fbd fix: route 2 سال پیش

README.md

#things-ui

MicroComponents

对组件进行封装,有了更加简洁的使用方式

SelectTsx

props:

modelValue string 绑定的值
request string 快捷请求的api

request:

name select的label
value select的value
key select的key

打包

build

npm run build 该指令全是将目前已有的模块全部打包

package

npm run build:package 该指令全是将目前已有的模块分别打包

目前已有的模块

名称 链接
iot 物联网 /iot
rts 视联网 /rts
schedule 数据中台 http://124.222.113.37:12345/scheduler/ui
view 可视化 http://cloudview.jiaolongcloud.com/
lowcode 低代码 http://49.232.161.110:5556

使用说明

当运行 npm run build:package iot rts 时 , 将会打包物联网视联网两个模块

当运行 npm run build:package rts 时 , 将会打包视联网模块

当运行 npm run build:package schedule view 时 ,将会打包数据中台可视化两个模块

当模块的链接是外部链接时,如果打包的模块在参数的首位,则打包后会自动跳转到外部链接