|
@@ -23,7 +23,7 @@ export const SceneTypePaths: { [key in SceneType]: string[] } = {
|
|
[SceneType.SWKK]: [
|
|
[SceneType.SWKK]: [
|
|
"/swkk/spg.html",
|
|
"/swkk/spg.html",
|
|
"/swkk/epg.html",
|
|
"/swkk/epg.html",
|
|
- `/livestream/fd/fire.html`,
|
|
|
|
|
|
+ `/livestream/fd/criminal.html`,
|
|
],
|
|
],
|
|
[SceneType.SWKJ]: ["/swkk/spg.html", "/swkk/epg.html"],
|
|
[SceneType.SWKJ]: ["/swkk/spg.html", "/swkk/epg.html"],
|
|
[SceneType.SWSS]: ["/swss/index.html", "/swss/index.html"],
|
|
[SceneType.SWSS]: ["/swss/index.html", "/swss/index.html"],
|
|
@@ -63,7 +63,7 @@ export const getSWKKSyncLink = async (scene: Scene) => {
|
|
// domain: location.href,
|
|
// domain: location.href,
|
|
// fromMiniApp: "0",
|
|
// fromMiniApp: "0",
|
|
role: "leader",
|
|
role: "leader",
|
|
- avatar: './favicon.ico',
|
|
|
|
|
|
+ // avatar: '/code/favicon.ico',
|
|
redirect: encodeURIComponent(location.href),
|
|
redirect: encodeURIComponent(location.href),
|
|
name: userInfo.userName,
|
|
name: userInfo.userName,
|
|
m: scene.raw.num,
|
|
m: scene.raw.num,
|