From a6a17d851b8e3918de6ea0c53b38bee11a32938e Mon Sep 17 00:00:00 2001 From: tangjie <122778500@qq.com> Date: Wed, 5 Aug 2026 13:59:11 +0800 Subject: [PATCH] fix --- src/pages/Container/WpsEditor/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Container/WpsEditor/index.js b/src/pages/Container/WpsEditor/index.js index e7f88a4..d770ce2 100644 --- a/src/pages/Container/WpsEditor/index.js +++ b/src/pages/Container/WpsEditor/index.js @@ -86,7 +86,7 @@ const App = (props) => { const instance = WebOfficeSDK.init({ // 必填项 officeType: WebOfficeSDK.OfficeType.Writer, - appId: "SX20260724JJYTBX", + appId: "AK20260805KPWYZJ", mount: document.getElementById("app-wps"), fileId: fileId, token: sessionStorage.getItem("token"),