From 7d976a2dbb152ad41b0868103ff041a59ddf33be Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 30 五月 2024 11:41:49 +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