@@ -111,7 +111,9 @@ export default {
mounted: function () {
var _self = this;
- this.loadMenuData();
+ // toggled by jack 20241107
+ // watch 'roleStateInstance.userRoleOrTemplate' will trigger loadMenuData() method
+ // this.loadMenuData();
this.getLogoName();
},