From f7213542c00887706c6e1597b79d3ed4828c0be7 Mon Sep 17 00:00:00 2001 From: haha Date: Fri, 25 Apr 2025 23:14:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=BF=E8=83=BD=E5=B0=8F?= =?UTF-8?q?=E6=95=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yanzhu-bigscreen/src/views/greenCarbon.vue | 685 +++++++++--------- yanzhu-ui-vue3/package.json | 1 + yanzhu-ui-vue3/public/img/east.png | Bin 0 -> 550 bytes yanzhu-ui-vue3/public/img/north.png | Bin 0 -> 539 bytes yanzhu-ui-vue3/public/img/south.png | Bin 0 -> 505 bytes yanzhu-ui-vue3/public/img/top.png | Bin 0 -> 289 bytes yanzhu-ui-vue3/public/img/under.png | Bin 0 -> 413 bytes yanzhu-ui-vue3/public/img/west.png | Bin 0 -> 551 bytes .../src/assets/icons/svg/camera.svg | 1 + yanzhu-ui-vue3/src/assets/icons/svg/hide.svg | 1 + yanzhu-ui-vue3/src/assets/icons/svg/home.svg | 1 + yanzhu-ui-vue3/src/assets/icons/svg/roam.svg | 1 + yanzhu-ui-vue3/src/assets/icons/svg/view.svg | 1 + yanzhu-ui-vue3/src/main.js | 162 +++-- .../views/bim/bimSetting/ModelFloorTree.vue | 7 + .../views/bim/bimSetting/PersonRoaming.vue | 10 + .../src/views/bim/bimSetting/index.vue | 134 +++- .../views/manage/greenCarbonData/index.vue | 612 ++++++++-------- yanzhu-ui-vue3/vite/plugins/index.js | 4 +- 19 files changed, 896 insertions(+), 724 deletions(-) create mode 100644 yanzhu-ui-vue3/public/img/east.png create mode 100644 yanzhu-ui-vue3/public/img/north.png create mode 100644 yanzhu-ui-vue3/public/img/south.png create mode 100644 yanzhu-ui-vue3/public/img/top.png create mode 100644 yanzhu-ui-vue3/public/img/under.png create mode 100644 yanzhu-ui-vue3/public/img/west.png create mode 100644 yanzhu-ui-vue3/src/assets/icons/svg/camera.svg create mode 100644 yanzhu-ui-vue3/src/assets/icons/svg/hide.svg create mode 100644 yanzhu-ui-vue3/src/assets/icons/svg/home.svg create mode 100644 yanzhu-ui-vue3/src/assets/icons/svg/roam.svg create mode 100644 yanzhu-ui-vue3/src/assets/icons/svg/view.svg create mode 100644 yanzhu-ui-vue3/src/views/bim/bimSetting/PersonRoaming.vue diff --git a/yanzhu-bigscreen/src/views/greenCarbon.vue b/yanzhu-bigscreen/src/views/greenCarbon.vue index b1b4fabb..3f16b039 100644 --- a/yanzhu-bigscreen/src/views/greenCarbon.vue +++ b/yanzhu-bigscreen/src/views/greenCarbon.vue @@ -1,9 +1,8 @@