|
@@ -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",
|
|
|
},
|
|
|
];
|
|
|
|