From fc4cd01f676196bd3ad42dbe93d250495017faea Mon Sep 17 00:00:00 2001 From: Lawrence <1934378145@qq.com> Date: 星期六, 09 一月 2021 14:58:08 +0800 Subject: [PATCH] 修改本地jar库路径描述,避免marven编译Warning --- web_src/src/router/index.js | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2f45a6d..b3accea 100644 --- a/pom.xml +++ b/pom.xml @@ -131,7 +131,7 @@ <artifactId>jain-sip-ri</artifactId> <version>1.3.0-92</version> <scope>system</scope> - <systemPath>${project.basedir}/libs/jain-sip-ri-1.3.0-92.jar</systemPath> + <systemPath>${pom.basedir}/libs/jain-sip-ri-1.3.0-92.jar</systemPath> </dependency> <dependency> <groupId>log4j</groupId> @@ -141,7 +141,7 @@ <!-- xml瑙f瀽搴� --> <dependency> - <groupId>org.dom4j</groupId> + <groupId>org.dom4j</groupId> <artifactId>dom4j</artifactId> <version>2.1.3</version> </dependency> diff --git a/web_src/src/router/index.js b/web_src/src/router/index.js index 73a5781..658da4e 100644 --- a/web_src/src/router/index.js +++ b/web_src/src/router/index.js @@ -35,7 +35,7 @@ path: '/channelList/:deviceId/:parentChannelId/:count/:page', name: 'channelList', component: channelList, - },, + }, { path: '/parentPlatformList/:count/:page', name: 'parentPlatformList', -- Gitblit v1.8.0