src/main/webapp/views/console.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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系统运行状态