Commit fc4cd01f676196bd3ad42dbe93d250495017faea
1 parent
31313106
修改本地jar库路径描述,避免marven编译Warning
Showing
2 changed files
with
3 additions
and
3 deletions
pom.xml
| @@ -131,7 +131,7 @@ | @@ -131,7 +131,7 @@ | ||
| 131 | <artifactId>jain-sip-ri</artifactId> | 131 | <artifactId>jain-sip-ri</artifactId> |
| 132 | <version>1.3.0-92</version> | 132 | <version>1.3.0-92</version> |
| 133 | <scope>system</scope> | 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 | </dependency> | 135 | </dependency> |
| 136 | <dependency> | 136 | <dependency> |
| 137 | <groupId>log4j</groupId> | 137 | <groupId>log4j</groupId> |
| @@ -141,7 +141,7 @@ | @@ -141,7 +141,7 @@ | ||
| 141 | 141 | ||
| 142 | <!-- xml解析库 --> | 142 | <!-- xml解析库 --> |
| 143 | <dependency> | 143 | <dependency> |
| 144 | - <groupId>org.dom4j</groupId> | 144 | + <groupId>org.dom4j</groupId> |
| 145 | <artifactId>dom4j</artifactId> | 145 | <artifactId>dom4j</artifactId> |
| 146 | <version>2.1.3</version> | 146 | <version>2.1.3</version> |
| 147 | </dependency> | 147 | </dependency> |
web_src/src/router/index.js
| @@ -35,7 +35,7 @@ export default new VueRouter({ | @@ -35,7 +35,7 @@ export default new VueRouter({ | ||
| 35 | path: '/channelList/:deviceId/:parentChannelId/:count/:page', | 35 | path: '/channelList/:deviceId/:parentChannelId/:count/:page', |
| 36 | name: 'channelList', | 36 | name: 'channelList', |
| 37 | component: channelList, | 37 | component: channelList, |
| 38 | - },, | 38 | + }, |
| 39 | { | 39 | { |
| 40 | path: '/parentPlatformList/:count/:page', | 40 | path: '/parentPlatformList/:count/:page', |
| 41 | name: 'parentPlatformList', | 41 | name: 'parentPlatformList', |