小逗ai后台

lvkun996 fc115e535e feat: 增加产品logo及其待做事项 2 年之前
config 0e6e40ace0 fix: port 3 年之前
plugins fc115e535e feat: 增加产品logo及其待做事项 2 年之前
public fc115e535e feat: 增加产品logo及其待做事项 2 年之前
src fc115e535e feat: 增加产品logo及其待做事项 2 年之前
.editorconfig 5dc8c0c4d8 init 3 年之前
.eslintrc.js dfeeb5eed9 feat: less配置(bug未解决) 3 年之前
.gitignore 4a791ade18 fix: add gitignore --no-verify 3 年之前
README.md fc115e535e feat: 增加产品logo及其待做事项 2 年之前
babel.config.js 5dc8c0c4d8 init 3 年之前
package-lock.json 61c8b1bd79 feat: 新增eletron 2 年之前
package.json fc115e535e feat: 增加产品logo及其待做事项 2 年之前
tsconfig.json 6e229fce12 feat: 设备分析图标 2 年之前
vue.config.js fc115e535e feat: 增加产品logo及其待做事项 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 该指令全是将目前已有的模块分别打包

目前已有的模块

key 名称 链接
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 时 ,将会打包数据中台可视化两个模块

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

待做

  1. 支持对浏览器标签的信息设置

    1. 打包mac程序
    2. 用户模块
    3. 菜单在移动端下的设置
    4. 区域纯净模式