|
@@ -88,7 +88,7 @@ export class EditorModule extends ModuleRoot {
|
|
jumpIndexHtml(route = "#/") {
|
|
jumpIndexHtml(route = "#/") {
|
|
const _params = new URLSearchParams(decodeURIComponent(location.search));
|
|
const _params = new URLSearchParams(decodeURIComponent(location.search));
|
|
const host = _params.get("host");
|
|
const host = _params.get("host");
|
|
- let link = `${location.origin}${getPathname()}/index.html?host=${host}${route}`;
|
|
|
|
|
|
+ let link = `${location.origin}${getPathname()}index.html?host=${host}${route}`;
|
|
// if (location.host == "www.infish.cn") {
|
|
// if (location.host == "www.infish.cn") {
|
|
// link = `${location.origin}${location.pathname}/projects/queenshowv1/index.html?host=${host}${route}`;
|
|
// link = `${location.origin}${location.pathname}/projects/queenshowv1/index.html?host=${host}${route}`;
|
|
// }
|
|
// }
|