diff --git a/src/views/layout/components/AppHeader.vue b/src/views/layout/components/AppHeader.vue
index 1faad3f..7b4c7dd 100644
--- a/src/views/layout/components/AppHeader.vue
+++ b/src/views/layout/components/AppHeader.vue
@@ -22,6 +22,9 @@
+ 回首页
+
+
修改密码
@@ -74,6 +77,9 @@
this.showSetPwd = true
this.$refs.retPwd.initDialog(true)
},
+ backToIndex() {
+ this.$router.push('/dashboard')
+ },
// 切换子系统
handleCommand(command) {
console.log('切换子系统:' + command.name)