From 0f167201ad7e1d3982a575add3d96a06ca9e280e Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Thu, 20 Oct 2022 22:22:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8F=90=E7=A4=BA=EF=BC=9A?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E5=88=B0=E5=BD=93=E5=89=8D=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E8=A1=A8=E6=98=AFVue3=E7=89=88=E6=9C=AC=EF=BC=8C=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E8=8F=9C=E5=8D=95=E5=8A=A0=E8=BD=BD=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=EF=BC=8C=E8=AF=B7=E5=88=87=E6=8D=A2=E5=88=B0Vue2=E7=89=88?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=EF=BC=81=E5=8F=82=E8=80=83=EF=BC=9Ahttp://do?= =?UTF-8?q?c.jeecg.com/3075165?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/modules/user.js b/src/store/modules/user.js index e4b22a5..6c87e33 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -134,6 +134,7 @@ const user = { }); if (findVue3Menu) { console.error("启动失败: 检查到当前菜单表是Vue3版本,导致菜单加载异常,请切换到Vue2版菜单!参考:http://doc.jeecg.com/3075165") + Vue.prototype.$Jmessage.error('启动失败: 检查到当前菜单表是Vue3版本,导致菜单加载异常,请切换到Vue2版菜单!参考:http://doc.jeecg.com/3075165', 0) } // update-end----author:scott---date:20221018------for: 判断是否是 vue3 版本的菜单,给予提示 ---