Lawrence
2021-01-09 fc4cd01f676196bd3ad42dbe93d250495017faea
修改本地jar库路径描述,避免marven编译Warning
2个文件已修改
6 ■■■■ 已修改文件
pom.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web_src/src/router/index.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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解析库 -->
        <dependency>
                <groupId>org.dom4j</groupId>
            <groupId>org.dom4j</groupId>
            <artifactId>dom4j</artifactId>
            <version>2.1.3</version>
        </dependency>
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',