From bf288c266fc43e114616250e55652f7509e77bc8 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期五, 19 十一月 2021 17:55:29 +0800
Subject: [PATCH] 调整编辑器大小

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

diff --git a/src/utils/errorLog.js b/src/utils/errorLog.js
index 6ab7ea0..564a9b8 100644
--- a/src/utils/errorLog.js
+++ b/src/utils/errorLog.js
@@ -16,7 +16,7 @@
 };
 if (checkNeed()) {
   Vue.config.errorHandler = (err, vm, info) => {
-    console.error("vue-admin-beautiful閿欒鎷︽埅:", err, vm, info);
+    console.error("閿欒鎷︽埅:", err, vm, info);
     const url = window.location.href;
     Vue.nextTick(() => {
       store.dispatch("errorLog/addErrorLog", { err, vm, info, url });

--
Gitblit v1.8.0