diff --git a/package.json b/package.json index 80ae5dd..7c33c3a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,6 @@ "dayjs": "^1.11.7", "echarts": "^6.1.0", "lodash-es": "^4.17.21", - "react": "^18.2.0", "react-dom": "^18.2.0", "zy-react-library": "^1.2.3" diff --git a/src/pages/Container/Test/edtior/index.js b/src/pages/Container/Test/edtior/index.js index d8fbbd1..b6f2626 100644 --- a/src/pages/Container/Test/edtior/index.js +++ b/src/pages/Container/Test/edtior/index.js @@ -9,6 +9,7 @@ export default function App() { // 必填项 officeType: WebOfficeSDK.OfficeType.Writer, appId: "SX20260717TSGKEA", + mount: document.getElementById("app-sbsb"), fileId: "EOCVQPCDCCE4ZJ2X6MTF", }); @@ -17,5 +18,10 @@ export default function App() { }; }, []); - return
; + return
+
+ {/*
+ 123 +
*/} +
; }