From fc4cd01f676196bd3ad42dbe93d250495017faea Mon Sep 17 00:00:00 2001 From: Lawrence <1934378145@qq.com> Date: Sat, 9 Jan 2021 14:58:08 +0800 Subject: [PATCH 1/7] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=AC=E5=9C=B0jar?= =?UTF-8?q?=E5=BA=93=E8=B7=AF=E5=BE=84=E6=8F=8F=E8=BF=B0=EF=BC=8C=E9=81=BF?= =?UTF-8?q?=E5=85=8Dmarven=E7=BC=96=E8=AF=91Warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 4 ++-- web_src/src/router/index.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2f45a6d4..b3acceac 100644 --- a/pom.xml +++ b/pom.xml @@ -131,7 +131,7 @@ jain-sip-ri 1.3.0-92 system - ${project.basedir}/libs/jain-sip-ri-1.3.0-92.jar + ${pom.basedir}/libs/jain-sip-ri-1.3.0-92.jar log4j @@ -141,7 +141,7 @@ - org.dom4j + org.dom4j dom4j 2.1.3 diff --git a/web_src/src/router/index.js b/web_src/src/router/index.js index 73a57810..658da4ee 100644 --- a/web_src/src/router/index.js +++ b/web_src/src/router/index.js @@ -35,7 +35,7 @@ export default new VueRouter({ path: '/channelList/:deviceId/:parentChannelId/:count/:page', name: 'channelList', component: channelList, - },, + }, { path: '/parentPlatformList/:count/:page', name: 'parentPlatformList', From 37b1978da586a73f000869335ac488d0bf72759d Mon Sep 17 00:00:00 2001 From: Lawrence <1934378145@qq.com> Date: Sun, 10 Jan 2021 23:08:47 +0800 Subject: [PATCH 2/7] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/genersoft/iot/vmp/VManageBootstrap.java | 2 +- web_src/src/components/platformEdit.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/genersoft/iot/vmp/VManageBootstrap.java b/src/main/java/com/genersoft/iot/vmp/VManageBootstrap.java index e3a82ec1..990f003b 100644 --- a/src/main/java/com/genersoft/iot/vmp/VManageBootstrap.java +++ b/src/main/java/com/genersoft/iot/vmp/VManageBootstrap.java @@ -8,7 +8,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class VManageBootstrap extends LogManager { - public static void main(String[] args) { + public static void main(String[] args) { SpringApplication.run(VManageBootstrap.class, args); } } diff --git a/web_src/src/components/platformEdit.vue b/web_src/src/components/platformEdit.vue index 7b5a258c..76697d29 100644 --- a/web_src/src/components/platformEdit.vue +++ b/web_src/src/components/platformEdit.vue @@ -250,7 +250,7 @@ export default {