#
vincent
2020-06-03 95d237084f2fb7ec9276296dda3d53789e86a7a7
src/main/webapp/views/console.html
@@ -640,12 +640,11 @@
        if (systemRunning){
            layer.prompt({title: '请输入口令,并停止 WCS 系统', formType: 1,   shadeClose: true}, function(pass, idx){
                layer.close(idx);
                doSwitch(0, pass);
                doSwitch(0, pass); // 停止wcs系统
            });
        } else {
            doSwitch(1)
            doSwitch(1); // 启动wcs系统
        }
    }
    // 请求服务器控制wcs系统运行状态
@@ -664,8 +663,8 @@
            },
            method: 'POST',
            success: function (res) {
                layer.close(index);
                if (res.code === 200){
                    layer.close(index);
                    if (res.data.status) {
                        $('#system-icon').attr("class", "system-icon-open");
                        $('#system-run-desc').html("系统运行中...");