添加测试日志

This commit is contained in:
liaozetao
2023-09-19 13:04:37 +08:00
parent 2410288d31
commit 48b13e681f

View File

@@ -100,6 +100,7 @@ export default {
notifyNotice();
this.getMenu();
this.username = store.getters.username;
window.alert(this.username);
this.avatar = store.getters.avatar;
this.parentMenus = store.getters.parentMenus;
this.childMenus = store.getters.childMenus;