Browse Source

添加新数据需求

bill 2 years ago
parent
commit
25451435ab
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/scene/mode.vue

+ 4 - 4
src/views/scene/mode.vue

@@ -15,13 +15,13 @@ import {customMap} from "@/hook";
 const tabs = [
   {
     mode: Mode.pano,
-    icon: "point_c_f",
-    activeIcon: "point_c_t",
+    icon: "panorama_f",
+    activeIcon: "panorama_t",
   },
   {
     mode: Mode.cloud,
-    icon: "panorama_f",
-    activeIcon: "panorama_t",
+    icon: "point_c_f",
+    activeIcon: "point_c_t",
   },
 ];