---功能完善

Web_Manager_Develope
wu ming 8 years ago
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' targetPath: '/hawtio/git'
}, { }, {
proto: "http", proto: "http",
port: "8088", port: "8080",
hostname: "192.168.0.110", hostname: "192.168.0.181",
path: '/java/console/api', path: '/java/console/api',
targetPath: "/" targetPath: "/"
}]; }];

@ -109,6 +109,7 @@ module System{
selectedItems.push(item); selectedItems.push(item);
} }
} }
$http({ $http({
url: "/java/console/api/checkout/extractList", url: "/java/console/api/checkout/extractList",
method: "POST", method: "POST",

Loading…
Cancel
Save