From 96fc14f8a8a2ddebeda887f30c902a51bb97b61a Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期二, 14 五月 2024 21:16:51 +0800
Subject: [PATCH] 增加页面跳转

---
 src/main.js |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/main.js b/src/main.js
index 6e7021d..0079324 100644
--- a/src/main.js
+++ b/src/main.js
@@ -30,7 +30,9 @@
 let instance = null;
 
 function render(props = {}) {
-  const { container } = props;
+  const { container, onGlobalStateChange, setGlobalState } = props;
+  Vue.prototype.onGlobalStateChange = onGlobalStateChange;
+  Vue.prototype.setGlobalState = setGlobalState;
   instance = new Vue({
     // router,
     store,
@@ -56,8 +58,8 @@
 
   props.setGlobalState({
     state: 3, // 搴旂敤鎸傝浇瀹屾垚锛屽悓鏃剁敤浜庤Е鍙戜竴娆tateChange灏唖tate鎸傝浇鍦╲uex褰撲腑
-    bookName:config.activeBook.bookName,
-    bookId:config.activeBook.bookId
+    bookName: config.activeBook.bookName,
+    bookId: config.activeBook.bookId
   });
 
   render(props);
@@ -72,4 +74,3 @@
 // export async function update(props) {
 //   render(props);
 // }
-

--
Gitblit v1.9.1