fix(X-Pack): 测试

This commit is contained in:
jianneng-fit2cloud
2025-11-27 11:56:03 +08:00
parent 77a26ec312
commit ede65da0b6
2 changed files with 2 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ onMounted(async () => {
if (!window.tinymce) {
window.tinymce = tinymce
}
loadDistributed().then(async res => {
loadDistributed()?.then(async res => {
new Function(res.data)()
useEmitt().emitter.emit('load-xpack')
})