Commit fc4cd01f676196bd3ad42dbe93d250495017faea

Authored by Lawrence
1 parent 31313106

修改本地jar库路径描述,避免marven编译Warning

... ... @@ -131,7 +131,7 @@
131 131 <artifactId>jain-sip-ri</artifactId>
132 132 <version>1.3.0-92</version>
133 133 <scope>system</scope>
134   - <systemPath>${project.basedir}/libs/jain-sip-ri-1.3.0-92.jar</systemPath>
  134 + <systemPath>${pom.basedir}/libs/jain-sip-ri-1.3.0-92.jar</systemPath>
135 135 </dependency>
136 136 <dependency>
137 137 <groupId>log4j</groupId>
... ... @@ -141,7 +141,7 @@
141 141  
142 142 <!-- xml解析库 -->
143 143 <dependency>
144   - <groupId>org.dom4j</groupId>
  144 + <groupId>org.dom4j</groupId>
145 145 <artifactId>dom4j</artifactId>
146 146 <version>2.1.3</version>
147 147 </dependency>
... ...
web_src/src/router/index.js
... ... @@ -35,7 +35,7 @@ export default new VueRouter({
35 35 path: '/channelList/:deviceId/:parentChannelId/:count/:page',
36 36 name: 'channelList',
37 37 component: channelList,
38   - },,
  38 + },
39 39 {
40 40 path: '/parentPlatformList/:count/:page',
41 41 name: 'parentPlatformList',
... ...