|
@@ -147,7 +147,6 @@ class MagnetManager {
|
|
|
if (magnet.appType === 1) {
|
|
if (magnet.appType === 1) {
|
|
|
magnet.url = `/appIndex?menuId=${magnet.menuId}`;
|
|
magnet.url = `/appIndex?menuId=${magnet.menuId}`;
|
|
|
}
|
|
}
|
|
|
- magnet.url = `${process.env.BASE_API}${magnet.url}`;
|
|
|
|
|
const iframe = $("<iframe>").appendTo(this.box!);
|
|
const iframe = $("<iframe>").appendTo(this.box!);
|
|
|
const div = $("<div>")
|
|
const div = $("<div>")
|
|
|
.on({
|
|
.on({
|