@jx3box/jx3box-editor 1.9.4 → 1.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/js/talent2.js +1 -1
- package/package.json +1 -1
package/assets/js/talent2.js
CHANGED
|
@@ -10,7 +10,7 @@ function talent2(selector = ".e-jx3talent2-area") {
|
|
|
10
10
|
// 内容解析
|
|
11
11
|
let talent = $(this).text();
|
|
12
12
|
let code = Base64.encode(talent);
|
|
13
|
-
let url = "https://
|
|
13
|
+
let url = "https://oss.jx3box.com/static/jx3box-talent2/index.html" + "?code=" + code;
|
|
14
14
|
|
|
15
15
|
container.html(`<iframe src="${url}" width="100%" height="100%" style="overflow:hidden;border:none;"></iframe>`);
|
|
16
16
|
});
|