李勇

暂时去掉本地选点

@@ -13,6 +13,10 @@ class Server { @@ -13,6 +13,10 @@ class Server {
13 } 13 }
14 static get serverList(){ 14 static get serverList(){
15 return { 15 return {
  16 + "MS":{},
  17 + "MCU":{}
  18 + }
  19 + /* return {
16 "MS":{ 20 "MS":{
17 "共享地址": [ 21 "共享地址": [
18 { 22 {
@@ -630,7 +634,7 @@ class Server { @@ -630,7 +634,7 @@ class Server {
630 ] 634 ]
631 } 635 }
632 636
633 - } 637 + }*/
634 } 638 }
635 } 639 }
636 640