Git Product home page Git Product logo

iotstudio's Introduction

iotStudio 轻量级工业物联网管理后台

ommit-activity package release

DGIoT平台简介

DGIoT是国内首款轻量级工业物联网开源平台,我们致力于为5类客户提供物联网解决方案:

  • 国企/研究院:平台代码开源,无版权产权困扰,国产无“卡脖”之忧
  • 系统集成商:通用设备海量接入、定制设备二次开发、30分钟一键式私有化快速部署,低成本(降90%成本)
  • 工业设备制造商:海量设备上线运维,不受公有云限制,低成本,短周期自建平台,私有化部署,数据安全
  • 开源平台开发者:一键式开发环境,集成和兼容各种最优开源工具,快速承接物联网项目
  • 垂直领域物联网平台:快速部署私有化平台,千万级承载,运营级底座,全开放扩展

平台快速体验与技术交流微信群

微信技术支持群 官网 https://www.dgiotcloud.cn/ QQ技术支持群: 346566935
平台体验网址

https://prod.dgiotcloud.cn


账号密码按体验类型已默认填写

特色功能

  • 可视化组态编辑器
  • 低代码快速开发

微服务架构图_02.png

dgiot 前端框架

相关源码地址项目源码

源码平台 源码地址
github https://github.com/dgiot/iotStudio
gitee https://gitee.com/dgiot/iotStudio

小程序体验

## 开发环境

下载 dgiot_develop_tools

安装使用

  • 获取项目代码
git clone -b master https://github.com/dgiot/iotStudio.git
  • 安装依赖
cd iotStudio

npm install yarn -g

yarn config set registry https://registry.npm.taobao.org -g

yarn -v

yarn install
  • 运行
yarn dev
  • 打包
yarn build
  • 运行成功 b65e47b3-afcf-9bf4-4190-ab6c557ef217.png

  • 本地预览

  • 登录

    用户名 密码
    dgiot_admin dgiot_admin
  • 系统首页

  • 设备组态预览

  • 设备详情实时数据查看

  • 项目预览

iotstudio's People

Contributors

21cm avatar dawnwinterliu avatar dependabot[bot] avatar h7ml avatar lsxredrain avatar lx1203hui avatar xuxiaobo1010 avatar yyx990803 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

iotstudio's Issues

``pnpm install`` && ``pnpm build`` 运行过慢

描述问题

pnpm install && pnpm build 运行过慢,附带大量告警信息

[@vue/compiler-sfc] ::v-deep usage as a combinator has been deprecated. Use :deep(<inner-selector>) instead.
[@vue/compiler-sfc] ::v-deep usage as a combinator has been deprecated. Use :deep(<inner-selector>) instead.
[@vue/compiler-sfc] ::v-deep usage as a combinator has been deprecated. Use :deep(<inner-selector>) instead.
[@vue/compiler-sfc] ::v-deep usage as a combinator has been deprecated. Use :deep(<inner-selector>) instead.
[@vue/compiler-sfc] ::v-deep usage as a combinator has been deprecated. Use :deep(<inner-selector>) instead.
[@vue/compiler-sfc] ::v-deep usage as a combinator has been deprecated. Use :deep(<inner-selector>) instead.

期待的结果

正常运行

截屏或录像

image

版本信息

  • 版本:最新版本
  • 操作系统:windows10
  • 浏览器:chrome

个性化配置影响界面操作

描述问题

个性化配置影响界面操作,无法操作功能按钮

期待的结果

保留个性化操作,且不影响界面操作

截屏或录像

image
image

版本信息

  • 版本:4.3.0
  • 操作系统:windows phone
  • 浏览器:chrome

其他信息

build error

描述问题

yarn build 提示 'cp' 不是内部或外部命令,也不是可运行的程序

如果是解析渲染问题的话请在此处贴入 Markdown 原文

期待的结果

截屏或录像

image

版本信息

  • 版本:4.3.6
  • 操作系统:
  • 浏览器:

其他信息

低代码开发

这几天看了部分你们代码。文档有提及到低代码开发,请问具体表现在哪里。

centos7 下编译问题

描述问题

centos7 下编译提示数个告警信息

yarn build
yarn run v1.22.10
warning package.json: License should be a valid SPDX license expression
$ vue-cli-service build --report && yarn swagger && cp -r swagger.json dist && cd dist && rimraf manifest.webmanifest && cp -i manifest.json manifest.webmanifest
 WARN  The public/manifest.json file will be ignored in favor of pwa.manifestOptions


● 杭州数蛙科技有限公司 █████████████████████████ after emitting (98%)  
 




 WARNING  Compiled with 50 warnings                                                                                                                                                                                                                               10:32:32 AM

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/jsencrypt.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/jquery.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/jszip.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/mqttws31.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/moment.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/ace.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/f-render.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/codemirror.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/bugtags-2.0.2.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/qs.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/index.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/clipboard.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/lodash.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/konva.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/ace-builds.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/vditor.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/axios.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/index.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/flv.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/iview.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/vue.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/mqtt.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/jsplumb.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/mock.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/vue-flv-player.umd.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/vuetify.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/cos-js-sdk-v5.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/xlsx.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/base64.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/ext-language_tools.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/mode-erlang.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/nprogress.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/resize-observer-polyfill.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/vue-i18n.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/vuex.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/vue-router.min.js.gz

 warning  

✔ 杭州数蛙科技有限公司
  Compiled successfully in 3.58m
 WARNING  Compiled with 50 warnings                                                                                                                                                                                                                               10:32:32 AM

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/jsencrypt.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/jquery.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/jszip.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/mqttws31.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/moment.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/ace.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/f-render.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/codemirror.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/bugtags-2.0.2.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/qs.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/index.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/clipboard.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/lodash.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/konva.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/ace-builds.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/vditor.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/axios.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/index.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/flv.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/iview.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/vue.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/mqtt.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/jsplumb.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/mock.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/vue-flv-player.umd.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/vuetify.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/cos-js-sdk-v5.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/xlsx.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/base64.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/ext-language_tools.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/mode-erlang.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/nprogress.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/resize-observer-polyfill.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/vue-i18n.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/vuex.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/vue-router.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/xterm.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/app.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/vue-ele-form.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/ezuikit-js.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/javascript.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/md5.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/Sortable.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/vue2-perfect-scrollbar.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/vuedraggable.umd.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/jsoneditor.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/fabric.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/echarts.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/antd.min.js.gz

 warning  

Conflict: Multiple assets emit different content to the same filename assets/js/topology-vue.umd.min.js.gz

  File                                                          Size                                                                                                 Gzipped

  dist/assets/js/topology-vue.umd.min.js                        2105.70 KiB                                                                                          615.98 KiB
  dist/assets/js/antd.min.js                                    1443.60 KiB                                                                                          423.75 KiB
  dist/assets/js/echarts.min.js                                 987.63 KiB                                                                                           316.66 KiB
  dist/assets/js/jsoneditor.min.js                              869.21 KiB                                                                                           230.42 KiB
  dist/assets/js/iview.min.js                                   598.94 KiB                                                                                           134.16 KiB
  dist/assets/js/vuetify.min.js                                 505.56 KiB                                                                                           124.38 KiB
  dist/assets/js/xlsx.min.js                                    404.42 KiB                                                                                           130.84 KiB
  dist/assets/js/jsplumb.min.js                                 210.78 KiB                                                                                           59.53 KiB
  dist/assets/js/mqtt.min.js                                    162.93 KiB                                                                                           46.62 KiB
  dist/assets/js/vue-flv-player.umd.min.js                      154.86 KiB                                                                                           42.48 KiB
  dist/assets/js/konva.min.js                                   151.73 KiB                                                                                           43.30 KiB
  dist/assets/js/flv.min.js                                     140.79 KiB                                                                                           34.19 KiB
  dist/assets/js/cos-js-sdk-v5.min.js                           126.92 KiB                                                                                           35.91 KiB
  dist/assets/js/jszip.min.js                                   93.53 KiB                                                                                            27.08 KiB
  dist/assets/js/vue.min.js                                     91.94 KiB                                                                                            33.46 KiB
  dist/assets/js/jquery.min.js                                  87.40 KiB                                                                                            30.22 KiB
  dist/assets/js/lodash.min.js                                  71.30 KiB                                                                                            25.31 KiB
  dist/assets/js/moment.min.js                                  57.48 KiB                                                                                            18.17 KiB
  dist/assets/js/jsencrypt.min.js                               54.09 KiB                                                                                            16.37 KiB
  dist/assets/js/index.min.js                                   51.04 KiB                                                                                            16.32 KiB
  dist/assets/js/Sortable.min.js                                42.96 KiB                                                                                            14.24 KiB
  dist/assets/js/vue-router.min.js                              28.49 KiB                                                                                            9.78 KiB
  dist/assets/js/vuedraggable.umd.min.js                        27.30 KiB                                                                                            9.87 KiB
  dist/assets/js/vue-i18n.min.js                                26.38 KiB                                                                                            7.98 KiB
  dist/assets/js/axios.min.js                                   18.71 KiB                                                                                            6.67 KiB
  dist/assets/js/vuex.min.js                                    12.24 KiB                                                                                            3.79 KiB
  dist/assets/js/clipboard.min.js                               10.43 KiB                                                                                            3.32 KiB
  dist/assets/js/md5.min.js                                     8.99 KiB                                                                                             3.04 KiB
  dist/assets/js/prism-core.min.js                              7.14 KiB                                                                                             3.00 KiB
  dist/assets/js/dayjs.min.js                                   6.34 KiB                                                                                             2.80 KiB
  dist/assets/js/vue-konva.min.js                               5.84 KiB                                                                                             2.21 KiB
  dist/assets/js/bmap.min.js                                    5.63 KiB                                                                                             2.37 KiB
  dist/assets/js/echarts-amap.min.js                            4.78 KiB                                                                                             1.92 KiB
  dist/assets/js/FileSaver.min.js                               2.68 KiB                                                                                             1.27 KiB
  dist/assets/js/prism-clike.min.js                             0.69 KiB                                                                                             0.44 KiB
  dist/assets/js/libs-dgiot-718de026.dgiot.js                   1014.90 KiB                                                                                          259.45 KiB
  dist/assets/js/fabric.js                                      975.07 KiB                                                                                           201.35 KiB
  dist/swagger/swagger-ui-bundle.js                             922.24 KiB                                                                                           270.31 KiB
  dist/assets/images/iconfont/iconfont.js                       769.71 KiB                                                                                           220.64 KiB
  dist/swagger/swagger-ui.js                                    756.16 KiB                                                                                           149.07 KiB
  dist/assets/js/ace-builds.js                                  701.62 KiB                                                                                           136.89 KiB
  dist/assets/js/vditor.js                                      631.35 KiB                                                                                           110.29 KiB
  dist/assets/js/app-dgiot-e2e93592.dgiot.js                    566.98 KiB                                                                                           180.85 KiB
  dist/assets/js/bugtags-2.0.2.js                               539.73 KiB                                                                                           108.62 KiB
  dist/assets/js/element-dgiot-29452fcc.dgiot.js                504.17 KiB                                                                                           124.58 KiB
  dist/assets/js/codemirror.js                                  389.87 KiB                                                                                           103.61 KiB
  dist/assets/js/chunk-122ba970.dgiot.js                        369.75 KiB                                                                                           78.96 KiB
  dist/assets/js/chunk-63a92ecd.dgiot.js                        362.25 KiB                                                                                           67.99 KiB
  dist/assets/js/ace.js                                         361.79 KiB                                                                                           98.38 KiB
  dist/assets/js/chunk-2cbc6be4.dgiot.js                        345.45 KiB                                                                                           70.95 KiB
  dist/assets/js/f-render.js                                    340.12 KiB                                                                                           104.38 KiB
  dist/assets/js/chunk-289ddd1b.dgiot.js                        333.58 KiB                                                                                           85.82 KiB
  dist/assets/js/xterm.js                                       327.33 KiB                                                                                           71.24 KiB
  dist/swagger/swagger-ui-standalone-preset.js                  319.69 KiB                                                                                           98.96 KiB
  dist/assets/js/libs-dgiot-7f323393.dgiot.js                   281.14 KiB                                                                                           67.81 KiB
  dist/assets/js/aliplayer-min.js                               279.37 KiB                                                                                           72.89 KiB
  dist/assets/js/libs-dgiot-78e42d74.dgiot.js                   275.00 KiB                                                                                           65.12 KiB
  dist/assets/js/mock.js                                        265.63 KiB                                                                                           68.17 KiB
  dist/assets/js/chunk-69c4e59b.dgiot.js                        253.51 KiB                                                                                           48.27 KiB
  dist/assets/js/app-dgiot-87dc44b3.dgiot.js                    240.45 KiB                                                                                           59.35 KiB
  dist/assets/js/chunk-060d0723.dgiot.js                        231.28 KiB                                                                                           72.67 KiB
  dist/assets/js/libs-dgiot-f6e880b5.dgiot.js                   225.89 KiB                                                                                           66.48 KiB
  dist/assets/js/libs-dgiot-85a20469.dgiot.js                   206.26 KiB                                                                                           54.26 KiB
  dist/assets/js/libs-dgiot-80993005.dgiot.js                   187.98 KiB                                                                                           44.96 KiB
  dist/assets/js/element-dgiot-793f9119.dgiot.js                182.03 KiB                                                                                           46.74 KiB
  dist/assets/js/vue-ele-form.js                                178.51 KiB                                                                                           55.15 KiB
  dist/assets/js/libs-dgiot-9c5b28f6.dgiot.js                   170.78 KiB                                                                                           42.52 KiB
  dist/assets/js/vue-baidu-map.js                               163.88 KiB                                                                                           27.88 KiB
  dist/assets/js/chunk-dbdcd742.dgiot.js                        161.56 KiB                                                                                           34.66 KiB
  dist/assets/js/libs-dgiot-86ffeb1a.dgiot.js                   135.52 KiB                                                                                           34.86 KiB
  dist/assets/js/chunk-22f1b06c.dgiot.js                        118.14 KiB                                                                                           36.65 KiB
  dist/assets/js/chunk-60210804.dgiot.js                        108.96 KiB                                                                                           17.41 KiB
  dist/assets/js/index.js                                       107.23 KiB                                                                                           23.54 KiB
  dist/assets/js/app.js                                         104.67 KiB                                                                                           35.07 KiB
  dist/assets/js/chunk-545d469a.dgiot.js                        100.64 KiB                                                                                           22.35 KiB
  dist/assets/js/mqttws31.js                                    90.16 KiB                                                                                            19.45 KiB
  dist/assets/js/libs-dgiot-1f0570fa.dgiot.js                   89.24 KiB                                                                                            20.87 KiB
  dist/assets/js/libs-dgiot-fc2f81ef.dgiot.js                   84.29 KiB                                                                                            30.55 KiB
  dist/assets/js/ezuikit-js.js                                  77.29 KiB                                                                                            15.20 KiB
  dist/assets/js/libs-dgiot-7d359b94.dgiot.js                   76.77 KiB                                                                                            27.56 KiB
  dist/assets/js/app-dgiot-c714bc7b.dgiot.js                    72.59 KiB                                                                                            20.06 KiB
  dist/assets/js/chunk-5ebfdf5e.dgiot.js                        71.54 KiB                                                                                            12.91 KiB
  dist/assets/js/chunk-35f1c886.dgiot.js                        65.72 KiB                                                                                            12.43 KiB
  dist/assets/js/chunk-94038596.dgiot.js                        64.68 KiB                                                                                            12.96 KiB
  dist/assets/js/libs-dgiot-f7d19227.dgiot.js                   63.59 KiB                                                                                            19.39 KiB
  dist/assets/js/libs-dgiot-253ae210.dgiot.js                   61.53 KiB                                                                                            19.48 KiB
  dist/assets/js/qs.js                                          60.53 KiB                                                                                            14.84 KiB
  dist/assets/js/chunk-448f74b3.dgiot.js                        51.22 KiB                                                                                            11.39 KiB
  dist/assets/js/vue2-perfect-scrollbar.js                      40.33 KiB                                                                                            8.52 KiB
  dist/precache-manifest.4296000e0da004a084b616fb7faf2aea.js    38.56 KiB                                                                                            9.37 KiB
  dist/assets/js/ext-language_tools.js                          38.54 KiB                                                                                            12.04 KiB
  dist/assets/js/javascript.js                                  37.93 KiB                                                                                            8.42 KiB
  dist/assets/js/chunk-7b5470f8.dgiot.js                        36.10 KiB                                                                                            10.25 KiB
  dist/assets/js/resize-observer-polyfill.js                    35.82 KiB                                                                                            8.17 KiB
  dist/assets/js/app-dgiot-a9a5b412.dgiot.js                    29.39 KiB                                                                                            10.36 KiB
  dist/assets/js/mode-erlang.js                                 29.38 KiB                                                                                            4.73 KiB
  dist/assets/js/chunk-453b136e.dgiot.js                        27.90 KiB                                                                                            7.64 KiB
  dist/assets/js/app-dgiot-3f1629e8.dgiot.js                    26.35 KiB                                                                                            7.84 KiB
  dist/assets/js/rutilsjs.js                                    26.32 KiB                                                                                            8.60 KiB
  dist/assets/js/chunk-dafd9176.dgiot.js                        25.98 KiB                                                                                            6.67 KiB
  dist/assets/js/chunk-049185d9.dgiot.js                        24.71 KiB                                                                                            6.91 KiB
  dist/assets/js/libs-dgiot-ec8c427e.dgiot.js                   23.41 KiB                                                                                            7.23 KiB
  dist/assets/js/chunk-29e7a642.dgiot.js                        19.96 KiB                                                                                            5.17 KiB
  dist/assets/js/app-dgiot-3bbe1703.dgiot.js                    19.15 KiB                                                                                            5.78 KiB
  dist/assets/js/libs-dgiot-f9ca8911.dgiot.js                   18.37 KiB                                                                                            6.25 KiB
  dist/assets/js/chunk-f9cc3182.dgiot.js                        16.21 KiB                                                                                            5.34 KiB
  dist/assets/js/chunk-e0a8ea90.dgiot.js                        14.59 KiB                                                                                            3.44 KiB
  dist/assets/js/rdatejs.js                                     13.50 KiB                                                                                            3.71 KiB
  dist/assets/js/base64.js                                      12.65 KiB                                                                                            3.50 KiB
  dist/assets/js/nprogress.js                                   11.29 KiB                                                                                            3.49 KiB
  dist/assets/js/vue-aliplayer-v2.js                            11.20 KiB                                                                                            3.89 KiB
  dist/assets/js/mode-python.js                                 7.94 KiB                                                                                             2.36 KiB
  dist/assets/js/vue-prism-editor.js                            7.75 KiB                                                                                             2.75 KiB
  dist/assets/js/mode-mysql.js                                  6.68 KiB                                                                                             2.84 KiB
  dist/assets/js/vue-codemirror.js                              5.92 KiB                                                                                             2.20 KiB
  dist/assets/js/macarons.js                                    5.68 KiB                                                                                             1.59 KiB
  dist/assets/js/mode-json.js                                   5.43 KiB                                                                                             1.88 KiB
  dist/assets/js/fuzzy.js                                       3.83 KiB                                                                                             1.53 KiB
  dist/assets/js/screenfull.js                                  3.81 KiB                                                                                             1.06 KiB
  dist/assets/js/vue-multipane.js                               2.98 KiB                                                                                             1.18 KiB
  dist/assets/js/theme-twilight.js                              2.76 KiB                                                                                             0.96 KiB
  dist/assets/js/theme-gob.js                                   2.64 KiB                                                                                             0.98 KiB
  dist/assets/js/theme-monokai.js                               2.64 KiB                                                                                             0.92 KiB
  dist/assets/js/theme-eclipse.js                               2.40 KiB                                                                                             0.87 KiB
  dist/assets/js/xterm-addon-attach.js                          2.37 KiB                                                                                             0.93 KiB
  dist/assets/js/mode-sql.js                                    2.15 KiB                                                                                             0.99 KiB
  dist/assets/js/xterm-addon-fit.js                             1.68 KiB                                                                                             0.67 KiB
  dist/assets/js/js-cookie.js                                   1.64 KiB                                                                                             0.80 KiB
  dist/assets/js/app-dgiot-272b6889.dgiot.js                    1.33 KiB                                                                                             0.56 KiB
  dist/assets/js/json-lint.js                                   1.30 KiB                                                                                             0.65 KiB
  dist/service-worker.js                                        0.97 KiB                                                                                             0.55 KiB
  dist/assets/js/app-dgiot-770f6a8c.dgiot.js                    0.79 KiB                                                                                             0.36 KiB
  dist/assets/js/mode-text.js                                   0.32 KiB                                                                                             0.15 KiB
  dist/assets/css/app-dgiot-770f6a8c.dgiot.css                  461.73 KiB                                                                                           55.99 KiB
  dist/assets/css/antd.min.css                                  457.55 KiB                                                                                           56.01 KiB
  dist/assets/css/iview.css                                     308.23 KiB                                                                                           40.45 KiB
  dist/assets/css/app-dgiot-272b6889.dgiot.css                  269.95 KiB                                                                                           34.63 KiB
  dist/swagger/swagger-ui.css                                   150.40 KiB                                                                                           22.23 KiB
  dist/assets/images/iconfont/iconfont.css                      145.04 KiB                                                                                           90.33 KiB
  dist/assets/css/app-dgiot-87dc44b3.dgiot.css                  110.09 KiB                                                                                           57.71 KiB
  dist/assets/css/libs-dgiot-ec8c427e.dgiot.css                 94.69 KiB                                                                                            13.87 KiB
  dist/assets/css/materialdesignicons.min.css                   93.11 KiB                                                                                            17.42 KiB
  dist/assets/css/chunk-289ddd1b.dgiot.css                      40.93 KiB                                                                                            10.83 KiB
  dist/assets/css/jsoneditor.min.css                            34.55 KiB                                                                                            6.15 KiB
  dist/assets/css/libs-dgiot-7f323393.dgiot.css                 31.69 KiB                                                                                            5.88 KiB
  dist/assets/css/chunk-2cbc6be4.dgiot.css                      30.71 KiB                                                                                            3.45 KiB
  dist/assets/css/aliplayer-min.css                             25.23 KiB                                                                                            4.28 KiB
  dist/assets/css/chunk-060d0723.dgiot.css                      21.63 KiB                                                                                            4.26 KiB
  dist/assets/css/chunk-63a92ecd.dgiot.css                      20.40 KiB                                                                                            3.29 KiB
  dist/assets/css/chunk-122ba970.dgiot.css                      20.14 KiB                                                                                            3.67 KiB
  dist/assets/css/libs-dgiot-78e42d74.dgiot.css                 16.22 KiB                                                                                            2.45 KiB
  dist/assets/css/google.css                                    11.77 KiB                                                                                            0.77 KiB
  dist/assets/css/app-dgiot-3f1629e8.dgiot.css                  11.74 KiB                                                                                            1.91 KiB
  dist/assets/css/chunk-69c4e59b.dgiot.css                      10.57 KiB                                                                                            1.78 KiB
  dist/assets/css/libs-dgiot-f7d19227.dgiot.css                 9.87 KiB                                                                                             2.12 KiB
  dist/assets/css/plus.css                                      9.08 KiB                                                                                             0.82 KiB
  dist/assets/css/app-dgiot-3bbe1703.dgiot.css                  8.62 KiB                                                                                             1.70 KiB
  dist/assets/css/codemirror.css                                8.50 KiB                                                                                             2.48 KiB
  dist/assets/css/chunk-545d469a.dgiot.css                      7.10 KiB                                                                                             1.98 KiB
  dist/assets/css/chunk-29e7a642.dgiot.css                      6.89 KiB                                                                                             1.38 KiB
  dist/assets/css/chunk-f9cc3182.dgiot.css                      6.81 KiB                                                                                             1.42 KiB
  dist/assets/css/libs-dgiot-f6e880b5.dgiot.css                 6.80 KiB                                                                                             1.61 KiB
  dist/assets/css/chunk-94038596.dgiot.css                      6.03 KiB                                                                                             1.31 KiB
  dist/assets/css/normalize.css                                 5.99 KiB                                                                                             1.70 KiB
  dist/assets/css/chunk-60210804.dgiot.css                      4.36 KiB                                                                                             1.29 KiB
  dist/assets/css/chunk-5ebfdf5e.dgiot.css                      3.22 KiB                                                                                             0.83 KiB
  dist/assets/css/lint.css                                      2.96 KiB                                                                                             1.27 KiB
  dist/assets/css/chunk-dafd9176.dgiot.css                      2.94 KiB                                                                                             1.04 KiB
  dist/assets/css/chunk-448f74b3.dgiot.css                      2.77 KiB                                                                                             0.96 KiB
  dist/assets/css/chunk-e0a8ea90.dgiot.css                      2.37 KiB                                                                                             0.79 KiB
  dist/assets/css/dots.css                                      2.07 KiB                                                                                             0.42 KiB
  dist/assets/css/chunk-049185d9.dgiot.css                      1.92 KiB                                                                                             0.69 KiB
  dist/assets/css/chunk-453b136e.dgiot.css                      1.87 KiB                                                                                             0.74 KiB
  dist/assets/css/prismeditor.min.css                           1.78 KiB                                                                                             0.58 KiB
  dist/assets/css/rubyblue.css                                  1.76 KiB                                                                                             0.48 KiB
  dist/assets/css/prism-tomorrow.css                            1.72 KiB                                                                                             0.74 KiB
  dist/assets/css/vue2-perfect-scrollbar.min.css                1.63 KiB                                                                                             0.49 KiB
  dist/assets/css/chunk-22f1b06c.dgiot.css                      1.61 KiB                                                                                             0.60 KiB
  dist/assets/css/loading.css                                   1.48 KiB                                                                                             0.51 KiB
  dist/assets/css/gauge.css                                     1.44 KiB                                                                                             0.44 KiB
  dist/assets/css/nprogress.css                                 1.42 KiB                                                                                             0.54 KiB
  dist/assets/css/app-dgiot-a9a5b412.dgiot.css                  1.23 KiB                                                                                             0.60 KiB
  dist/assets/css/style.min.css                                 1.22 KiB                                                                                             0.41 KiB
  dist/assets/css/libs-dgiot-1f0570fa.dgiot.css                 1.14 KiB                                                                                             0.54 KiB
  dist/assets/css/element-dgiot-793f9119.dgiot.css              1.12 KiB                                                                                             0.35 KiB
  dist/assets/css/inner-circles.css                             0.97 KiB                                                                                             0.38 KiB
  dist/assets/css/chunk-7b5470f8.dgiot.css                      0.63 KiB                                                                                             0.44 KiB
  dist/assets/css/libs-dgiot-9c5b28f6.dgiot.css                 0.56 KiB                                                                                             0.34 KiB

  Images and other types of assets omitted.

 DONE  Build complete. The dist directory is ready to be deployed.
 INFO  Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
      
warning package.json: License should be a valid SPDX license expression
$ node src/utils/swagger/index.js
File created swagger successfully, address:/root/dgiot-dashboard/swagger.json
Done in 231.23s.

期待的结果

清除告警信息,优化打包速度

截屏或录像

版本信息

  • 版本:v4.3.3
  • 操作系统:centos7
  • 浏览器:

其他信息

image

Device history data can be displayed as forms and echart

Displaying historical data with Echart is very intuitive and a great choice.
When a large amount of data needs to be displayed accurately, we hope that the historical data can be displayed in a table style or displayed in pages, so that the values can be displayed accurately, thank you

实时视频解码与视频格式支持

image
就是我想在视频播放这里加上我摄像机的实时流。但是视频播放的格式好像不支持,只有mp4格式支持。是因为浏览器问题还是没有开发完善。另外这个视频延时在10s以内吗

通道操作-开关

image
相较与现在之前的版本,在操作控制通道开启和关闭的界面显得有一些不合适。即开和关颜色都是黄色,之前开始绿色关是红色,这样可以方便我们更加直观的查看到通道状态。另外,由于TD通道和Instruct通道是公用的,随着通道越来越多造成一个在第一页一个在第4页的情况,所以重启通道这个过程变得非常繁琐。建议可以把存储和指令通道固定在顶部,这样可以方便我们重启。异或创建一个全开全关按钮方便操作。

支持内网环境

描述问题

内网环境运行无法加载cnd文件

期待的结果

支持内网

截屏或录像

T6UB`N$MFV6X@S(9FN%}B)0

版本信息

  • 版本:4.3.6
  • 操作系统:window10
  • 浏览器:chrome

yarn dgiot:install failed

Question (问题描述)
How to use component s-table paging

Describe the solution you'd like (你期待的是什么?)
A clear and concise description of what you want to happen.

Additional context(附加信息)

error /opt/ci/dgiot_dashboard/node_modules/node-sass: Command failed.
Exit code: 1
Command: node scripts/build.js
Arguments:
Directory: /opt/ci/dgiot_dashboard/node_modules/node-sass
Output:
Building: /root/node-v16.5.0-linux-x64/bin/node /opt/ci/dgiot_dashboard/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
gyp info it worked if it ends with ok
gyp verb cli [
gyp verb cli   '/root/node-v16.5.0-linux-x64/bin/node',
gyp verb cli   '/opt/ci/dgiot_dashboard/node_modules/node-gyp/bin/node-gyp.js',
gyp verb cli   'rebuild',
gyp verb cli   '--verbose',
gyp verb cli   '--libsass_ext=',
gyp verb cli   '--libsass_cflags=',
gyp verb cli   '--libsass_ldflags=',
gyp verb cli   '--libsass_library='
gyp verb cli ]
gyp info using [email protected]
gyp info using [email protected] | linux | x64
gyp verb command rebuild []
gyp verb command clean []
gyp verb clean removing "build" directory
gyp verb command configure []
gyp verb check python checking for Python executable "python2" in the PATH
gyp verb `which` succeeded python2 /usr/bin/python2
gyp verb check python version `/usr/bin/python2 -c "import sys; print "2.7.5
gyp verb check python version .%s.%s" % sys.version_info[:3];"` returned: %j
gyp verb get node dir no --target version specified, falling back to host node version: 16.5.0
gyp verb command install [ '16.5.0' ]
gyp verb install input version string "16.5.0"
gyp verb install installing version: 16.5.0
gyp verb install --ensure was passed, so won't reinstall if already installed
gyp verb install version is already installed, need to check "installVersion"
gyp verb got "installVersion" 9
gyp verb needs "installVersion" 9
gyp verb install version is good
gyp verb get node dir target node version installed: 16.5.0
gyp verb build dir attempting to create "build" dir: /opt/ci/dgiot_dashboard/node_modules/node-sass/build
gyp verb build dir "build" dir needed to be created? /opt/ci/dgiot_dashboard/node_modules/node-sass/build
gyp verb build/config.gypi creating config file
gyp verb build/config.gypi writing out config file: /opt/ci/dgiot_dashboard/node_modules/node-sass/build/config.gypi
(node:8034) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only.
(Use `node --trace-deprecation ...` to show where the warning was created)
gyp verb config.gypi checking for gypi file: /opt/ci/dgiot_dashboard/node_modules/node-sass/config.gypi
gyp verb common.gypi checking for gypi file: /opt/ci/dgiot_dashboard/node_modules/node-sass/common.gypi
gyp verb gyp gyp format was not specified; forcing "make"
gyp info spawn /usr/bin/python2
gyp info spawn args [
gyp info spawn args   '/opt/ci/dgiot_dashboard/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args   'binding.gyp',
gyp info spawn args   '-f',
gyp info spawn args   'make',
gyp info spawn args   '-I',
gyp info spawn args   '/opt/ci/dgiot_dashboard/node_modules/node-sass/build/config.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/opt/ci/dgiot_dashboard/node_modules/node-gyp/addon.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/root/.node-gyp/16.5.0/include/node/common.gypi',
gyp info spawn args   '-Dlibrary=shared_library',
gyp info spawn args   '-Dvisibility=default',
gyp info spawn args   '-Dnode_root_dir=/root/.node-gyp/16.5.0',
gyp info spawn args   '-Dnode_gyp_dir=/opt/ci/dgiot_dashboard/node_modules/node-gyp',
gyp info spawn args   '-Dnode_lib_file=/root/.node-gyp/16.5.0/<(target_arch)/node.lib',
gyp info spawn args   '-Dmodule_root_dir=/opt/ci/dgiot_dashboard/node_modules/node-sass',
gyp info spawn args   '-Dnode_engine=v8',
gyp info spawn args   '--depth=.',
gyp info spawn args   '--no-parallel',
gyp info spawn args   '--generator-output',
gyp info spawn args   'build',
gyp info spawn args   '-Goutput_dir=.'
gyp info spawn args ]
gyp verb command build []
gyp verb build type Release
gyp verb architecture x64
gyp verb node dev dir /root/.node-gyp/16.5.0
gyp verb `which` succeeded for `make` /usr/bin/make
gyp info spawn make
gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
make: Entering directory `/opt/ci/dgiot_dashboard/node_modules/node-sass/build'
  g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/root/.node-gyp/16.5.0/include/node -I/root/.node-gyp/16.5.0/src -I/root/.node-gyp/16.5.0/deps/openssl/config -I/root/.node-gyp/16.5.0/deps/openssl/openssl/include -I/root/.node-gyp/16.5.0/deps/uv/include -I/root/.node-gyp/16.5.0/deps/zlib -I/root/.node-gyp/16.5.0/deps/v8/include -I../src/libsass/include  -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -std=gnu++14 -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/ast.o ../src/libsass/src/ast.cpp
g++: error: unrecognized command line option ‘-std=gnu++14’
make: *** [Release/obj.target/libsass/src/libsass/src/ast.o] Error 1
make: Leaving directory `/opt/ci/dgiot_dashboard/node_modules/node-sass/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/opt/ci/dgiot_dashboard/node_modules/node-gyp/lib/build.js:262:23)
gyp ERR! stack     at ChildProcess.emit (node:events:394:28)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
gyp ERR! System Linux 3.10.0-957.21.3.el7.x86_64
gyp ERR! command "/root/node-v16.5.0-linux-x64/bin/node" "/opt/ci/dgiot_dashboard/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd /opt/ci/dgiot_dashboard/node_modules/node-sass
gyp ERR! node -v v16.5.0

主界面视图

大佬这个随机界面也太不协调了,能不能改一些稳定的版本放上去啊。
image

dgiot-mqtt 在非80端口下存在问题

描述问题

DOMException: Failed to construct 'WebSocket': The URL 'ws://[192.168.1.4:5080]:8083/mqtt' is invalid.
    at ClientImpl.Paho.MQTT.ClientImpl._doConnect (http://192.168.1.4:5080/assets/js/mqttws31.js:1058:21)
    at ClientImpl.Paho.MQTT.ClientImpl.connect (http://192.168.1.4:5080/assets/js/mqttws31.js:867:12)
    at Client.connect (http://192.168.1.4:5080/assets/js/mqttws31.js:2081:14)
    at Object.init (http://192.168.1.4:5080/assets/js/libs-dgiot-253ae210.dgiot.js?v=4.3.5&t=1633760535108:7:26510)
    at a.connectMqtt (http://192.168.1.4:5080/assets/js/libs-dgiot-253ae210.dgiot.js?v=4.3.5&t=1633760535108:7:30838)
    at Cn.<anonymous> (http://192.168.1.4:5080/assets/js/libs-dgiot-253ae210.dgiot.js?v=4.3.5&t=1633760535108:7:28197)
    at Be (http://192.168.1.4:5080/assets/js/vue.min.js:6:11394)
    at Cn.e.$emit (http://192.168.1.4:5080/assets/js/vue.min.js:6:34446)
    at http://192.168.1.4:5080/assets/js/app-dgiot-87dc44b3.dgiot.js?v=4.3.5&t=1633760535108:7:31442
    at c (http://192.168.1.4:5080/assets/js/vue-ele-form.js:7:52153)

期待的结果

支持非80端口

截屏或录像

image

版本信息

  • 版本:4.3.5
  • 操作系统:window11
  • 浏览器:chrome

其他信息

Dependency Dashboard

This issue provides visibility into Renovate updates and their statuses. Learn more

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.


  • Check this box to trigger a request for Renovate to run again on this repository

网站加载速度过慢

你在什么场景下需要该功能?

  • 登录页面
  • 页面刷新

描述候选解决方案

优化网站加载速度

其他信息

image

更换生产环境代理地址,登录成功后无法跳转

描述问题

更换生产环境代理地址,登录成功后无法跳转,刷新之后跳转总控无法加载在本地运行也是出现这个错误
报错
image
骑着乌龟赛跑([email protected]) 10:35:48

骑着乌龟赛跑([email protected]) 10:36:07
build.umd.js?c018:3024

   Error: Cannot find module './views/equipment_management/platform_overview'

服务器Nginx 配置是这样的

0L%)AH6$0T$EBF38WE(D)`F

本地前端生产环境配置
%D9VE 5_L34YNVARVCTN4JD
6LR7LYHLEQ97BNB5DAOKUA3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.