Authored by qinchao

双中心切换去掉redis

@@ -94,8 +94,8 @@ @@ -94,8 +94,8 @@
94 ===》 94 ===》
95 <button class="btn btn-large" id="switch_mysql-btn">mysql</button> 95 <button class="btn btn-large" id="switch_mysql-btn">mysql</button>
96 ===》 96 ===》
97 - <button class="btn btn-large" id="switch_redis-btn">redis(目标DC)</button>  
98 - ===》 97 + <%-- <button class="btn btn-large" id="switch_redis-btn">redis(目标DC)</button>
  98 + ===》--%>
99 <button class="btn btn-large" id="switch_internel_dns-btn">内部DNS(目标DC)</button> 99 <button class="btn btn-large" id="switch_internel_dns-btn">内部DNS(目标DC)</button>
100 ===》 100 ===》
101 <button class="btn btn-large" id="switch_cobar-btn">cobar(目标DC)</button> 101 <button class="btn btn-large" id="switch_cobar-btn">cobar(目标DC)</button>
@@ -106,8 +106,8 @@ @@ -106,8 +106,8 @@
106 ===》 106 ===》
107 <button class="btn btn-large" id="java-btn">java重启(目标DC)</button> 107 <button class="btn btn-large" id="java-btn">java重启(目标DC)</button>
108 ===》 108 ===》
109 - <button class="btn btn-large" id="switch_redis_next-btn">redis(源DC)</button>  
110 - ===》 109 + <%--<button class="btn btn-large" id="switch_redis_next-btn">redis(源DC)</button>
  110 + ===》--%>
111 <button class="btn btn-large" id="switch_internel_dns_next-btn">内部DNS(源DC)</button> 111 <button class="btn btn-large" id="switch_internel_dns_next-btn">内部DNS(源DC)</button>
112 ===》 112 ===》
113 <button class="btn btn-large" id="switch_cobar_next-btn">cobar(源DC)</button> 113 <button class="btn btn-large" id="switch_cobar_next-btn">cobar(源DC)</button>
@@ -190,13 +190,13 @@ @@ -190,13 +190,13 @@
190 var array_next = new Array(); 190 var array_next = new Array();
191 $(document).ready(function () { 191 $(document).ready(function () {
192 array.push("switch_mysql"); 192 array.push("switch_mysql");
193 - array.push("switch_redis"); 193 + //array.push("switch_redis");
194 array.push("switch_internel_dns"); 194 array.push("switch_internel_dns");
195 array.push("switch_cobar"); 195 array.push("switch_cobar");
196 array.push("switch_lua"); 196 array.push("switch_lua");
197 array.push("switch_dnspod"); 197 array.push("switch_dnspod");
198 198
199 - array_next.push("switch_redis_next"); 199 + //array_next.push("switch_redis_next");
200 array_next.push("switch_internel_dns_next"); 200 array_next.push("switch_internel_dns_next");
201 array_next.push("switch_cobar_next"); 201 array_next.push("switch_cobar_next");
202 }); 202 });
@@ -205,7 +205,7 @@ @@ -205,7 +205,7 @@
205 function toDoExeWithMysql(toCloud){ 205 function toDoExeWithMysql(toCloud){
206 array.splice(0,array.length);//清空数组 206 array.splice(0,array.length);//清空数组
207 array.push("switch_mysql"); 207 array.push("switch_mysql");
208 - array.push("switch_redis"); 208 + //array.push("switch_redis");
209 array.push("switch_internel_dns"); 209 array.push("switch_internel_dns");
210 array.push("switch_cobar"); 210 array.push("switch_cobar");
211 array.push("switch_lua"); 211 array.push("switch_lua");