From a5423b5b554ecc3d54c4f0b0aac5cac71c1dab96 Mon Sep 17 00:00:00 2001
From: tanghaolin <1723298894@qq.com>
Date: 星期二, 15 十一月 2022 10:07:15 +0800
Subject: [PATCH] 添加切换远程/本地控制的交互

---
 map/index.js |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/map/index.js b/map/index.js
index e12b107..d8e877e 100644
--- a/map/index.js
+++ b/map/index.js
@@ -72,22 +72,25 @@
         name: '宸℃璁板綍',
         icon: 'icon-lishi2',
         color: 'yellow'
-      }, {
+      }, 
+      {
         type: 3,
         name: '鎶ヤ慨',
         icon: 'icon-zengjia',
         color: 'green'
-      }, {
+      }, 
+      {
         type: 4,
         name: '鎶ヤ慨璁板綍',
         icon: 'icon-wangshangbaoming',
         color: 'blue'
-      }, {
+      }, 
+      {
         type: 5,
         name: '鏇村',
         icon: 'icon-icon-test1',
         color: 'olive'
-      },
+      }
     ]
   },
   onLoad: function (options) {

--
Gitblit v1.9.3