|
|
@@ -190,7 +190,8 @@ watch(activeId, (newVal, oldVal) => {
|
|
|
let HtmlName = [0, 1, 3, 4, 6].includes(Number(scene.sceneType)) ? 'spg.html' : 'offline.html';
|
|
|
activeWebSite.value = `./${filename}/${scene.num}/${filewww}/${HtmlName}?m=${scene.num}`
|
|
|
} else {
|
|
|
- activeWebSite.value = scene.webSite || '';
|
|
|
+ const pathname = SceneTypePaths[scene.type][0];
|
|
|
+ activeWebSite.value = `${pathname}?m=${scene.num}`;
|
|
|
}
|
|
|
}
|
|
|
}
|