Commit 506517b5 authored by Quxl's avatar Quxl

x

parent 3493e6ae
......@@ -268,7 +268,7 @@
var scope = this;
$.post("http/shellExecute", scope.shellForm, function(json) {
if(json.code == 200) {
console.log(new Date() + "\n", json.data);
console.log(json.data, "\n", new Date());
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