---功能完善
This commit is contained in:
parent
64f0a0e949
commit
6e799ae0de
File diff suppressed because one or more lines are too long
|
@ -248,8 +248,8 @@ gulp.task('connect', ['watch'], function() {
|
|||
targetPath: '/hawtio/git'
|
||||
}, {
|
||||
proto: "http",
|
||||
port: "8088",
|
||||
hostname: "192.168.0.110",
|
||||
port: "8080",
|
||||
hostname: "192.168.0.181",
|
||||
path: '/java/console/api',
|
||||
targetPath: "/"
|
||||
}];
|
||||
|
|
|
@ -109,6 +109,7 @@ module System{
|
|||
selectedItems.push(item);
|
||||
}
|
||||
}
|
||||
|
||||
$http({
|
||||
url: "/java/console/api/checkout/extractList",
|
||||
method: "POST",
|
||||
|
|
Loading…
Reference in New Issue