Commit 3493e6ae authored by Quxl's avatar Quxl

x

parent 1bbc916b
......@@ -268,7 +268,7 @@
var scope = this;
$.post("http/shellExecute", scope.shellForm, function(json) {
if(json.code == 200) {
console.log(new Date(), json.data);
console.log(new Date() + "\n", json.data);
scope.$alert('命令执行成功', 'SHELL', {
confirmButtonText: '确定'
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment