From e238f2bf2d4a8c3b6fc052228deb30c0619d85aa Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期五, 19 十一月 2021 11:46:51 +0800
Subject: [PATCH] rename project

---
 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