Authored by qinchao

腾讯云用aws库

... ... @@ -263,12 +263,12 @@
switchWait = toWait("正在切换(目标DC),请耐心等候...");
//切换之前先校验db状态
checkMysqlStatus();
checkMysqlStatus(toCloud);
}
var switchWait;
function checkMysqlStatus(){
function checkMysqlStatus(toCloud){
$("#dbstatus_check-btn").addClass("btn-warning");
$.ajax({
type: 'post',
... ...