diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue index 2dd13f7..f3f72ba 100644 --- a/src/layouts/MainLayout.vue +++ b/src/layouts/MainLayout.vue @@ -189,7 +189,6 @@ function resetFn() { cancel: true, persistent: true, }).onOk(() => { - console.log('初始化', lineStore.lineId); lineStore.lineId && resetApi(lineStore.lineId) .then(() => { @@ -200,7 +199,7 @@ function resetFn() { }); }) .catch((err) => { - errorNotify('初始化删除!', err); + errorNotify('初始化失败!', err); }); }); }