From 6016198229e16f20be1bf55df64b9f363e27b698 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 28 五月 2024 16:27:59 +0800
Subject: [PATCH] 题目优化

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

diff --git a/src/main.js b/src/main.js
index f7438ce..be449f0 100644
--- a/src/main.js
+++ b/src/main.js
@@ -10,7 +10,7 @@
 // 鑷畾涔夐厤缃�
 import config from "@/assets/js/config";
 Vue.prototype.config = config;
-Vue.prototype.thisBookConfig = await config.getBookConfig();
+// Vue.prototype.thisBookConfig = await config.getBookConfig();
 
 // 璇锋眰澶勭悊
 import MG from "@/assets/js/middleGround/WebMiddleGroundApi";

--
Gitblit v1.9.1