Skip to content

Commit

Permalink
增加提示:检查到当前菜单表是Vue3版本,导致菜单加载异常,请切换到Vue2版菜单!参考:http:https://doc.jeecg.com/307…
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Oct 20, 2022
1 parent 8ae32bb commit 0f16720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/modules/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ const user = {
});
if (findVue3Menu) {
console.error("启动失败: 检查到当前菜单表是Vue3版本,导致菜单加载异常,请切换到Vue2版菜单!参考:http:https://doc.jeecg.com/3075165")
Vue.prototype.$Jmessage.error('启动失败: 检查到当前菜单表是Vue3版本,导致菜单加载异常,请切换到Vue2版菜单!参考:http:https://doc.jeecg.com/3075165', 0)
}
// update-end----author:scott---date:20221018------for: 判断是否是 vue3 版本的菜单,给予提示 ---

Expand Down

0 comments on commit 0f16720

Please sign in to comment.