|
|
@@ -186,7 +186,7 @@ watch(activeId, (newVal, oldVal) => {
|
|
|
if (isOfflineMode()) {
|
|
|
let filename = [0, 1, 3, 4, 6].includes(Number(scene.sceneType)) ? 'swkk' : 'swss';
|
|
|
let HtmlName = [0, 1, 3, 4, 6].includes(Number(scene.sceneType)) ? 'spg.html' : 'offline.html';
|
|
|
- activeWebSite.value = `./${filename}/${scene.num}/wwwroot/${HtmlName}?m=${scene.num}`
|
|
|
+ activeWebSite.value = `./${filename}/${scene.num}/www/${HtmlName}?m=${scene.num}`
|
|
|
} else {
|
|
|
activeWebSite.value = scene.webSite || '';
|
|
|
}
|