Authored by qinchao

腾讯云用aws库

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