From 43d01103e0b2be47694410b8602275023391721a Mon Sep 17 00:00:00 2001 From: tangjie <122778500@qq.com> Date: Wed, 5 Aug 2026 10:17:52 +0800 Subject: [PATCH] fix --- src/pages/Container/WpsEditor/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Container/WpsEditor/index.js b/src/pages/Container/WpsEditor/index.js index 96a8d65..e7f88a4 100644 --- a/src/pages/Container/WpsEditor/index.js +++ b/src/pages/Container/WpsEditor/index.js @@ -87,7 +87,7 @@ const App = (props) => { // 必填项 officeType: WebOfficeSDK.OfficeType.Writer, appId: "SX20260724JJYTBX", - mount: document.getElementById("app-sbsb"), + mount: document.getElementById("app-wps"), fileId: fileId, token: sessionStorage.getItem("token"), ...(readOnly ? { commonOptions: { isBrowserViewMode: true } } : {}), @@ -123,7 +123,7 @@ const App = (props) => { } >
-
+