From af1f5e1d049f669b3295e8f357c1be4f6a811b1c Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期五, 19 十一月 2021 15:59:32 +0800 Subject: [PATCH] 使用ace作为脚本编辑器 --- 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