From b96d4552696a34aeb130a38e084d0f82ae7ce726 Mon Sep 17 00:00:00 2001 From: TiaStars Date: Mon, 29 Jul 2024 10:11:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E7=99=BB=E5=BD=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E6=AD=A3=E5=BC=8F=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/App.vue | 34 +- src/assets/styles/public.scss | 405 ++++++++++-------- src/main.js | 15 + src/permission.js | 2 +- .../dataCloudMap/components/echartData.vue | 8 +- src/views/dataCloudMap/index.vue | 367 ++++++++-------- .../onlineDeclaration/template/index.vue | 10 +- src/views/workbench/index.vue | 85 ++-- 9 files changed, 517 insertions(+), 411 deletions(-) diff --git a/package.json b/package.json index e4dac7f..8641d9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi", - "version": "1.0.202407261413", + "version": "1.0.202407290914", "description": "金鸡湖现代服务业品牌管理系统", "author": "若依", "license": "MIT", diff --git a/src/App.vue b/src/App.vue index bd2dd56..ad6f99e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,30 +1,30 @@