修改本地jar库路径描述,避免marven编译Warning
parent
3131310642
commit
fc4cd01f67
2
pom.xml
2
pom.xml
|
@ -131,7 +131,7 @@
|
||||||
<artifactId>jain-sip-ri</artifactId>
|
<artifactId>jain-sip-ri</artifactId>
|
||||||
<version>1.3.0-92</version>
|
<version>1.3.0-92</version>
|
||||||
<scope>system</scope>
|
<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>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>log4j</groupId>
|
<groupId>log4j</groupId>
|
||||||
|
|
|
@ -35,7 +35,7 @@ export default new VueRouter({
|
||||||
path: '/channelList/:deviceId/:parentChannelId/:count/:page',
|
path: '/channelList/:deviceId/:parentChannelId/:count/:page',
|
||||||
name: 'channelList',
|
name: 'channelList',
|
||||||
component: channelList,
|
component: channelList,
|
||||||
},,
|
},
|
||||||
{
|
{
|
||||||
path: '/parentPlatformList/:count/:page',
|
path: '/parentPlatformList/:count/:page',
|
||||||
name: 'parentPlatformList',
|
name: 'parentPlatformList',
|
||||||
|
|
Loading…
Reference in New Issue