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] =?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',