|
@@ -48,6 +48,7 @@ import { activeModel, getSupperPanoModel } from "@/sdk/association";
|
|
|
import { fuseModels, getFuseModelShowVariable } from "@/store";
|
|
|
import type { FuseModel } from "@/store";
|
|
|
import { currentModel, fuseModel, loadModel } from "@/model";
|
|
|
+import {sdk} from "@/sdk/sdk";
|
|
|
|
|
|
export type ModelListProps = {
|
|
|
title?: string;
|
|
@@ -72,6 +73,7 @@ const modelList = computed(() =>
|
|
|
}))
|
|
|
);
|
|
|
|
|
|
+
|
|
|
const modelChangeSelect = (model: FuseModel, mode: "pano" | "fuse", f = false) => {
|
|
|
if (getFuseModelShowVariable(model).value) {
|
|
|
if (custom.currentModel === model && mode === custom.showMode) {
|