This commit is contained in:
@fawn-nine
2024-07-05 16:43:05 +08:00
parent c6d567c13a
commit e94bebaf35
6 changed files with 444 additions and 5 deletions

View File

@@ -28,7 +28,7 @@
<el-badge value="hot">
<a href="https://www.renren.io/" target="_blank">官方社区</a>
</el-badge>
</el-menu-item>
</el-menu-item>
<el-submenu index="3">
<template slot="title">Git源码</template>
<el-menu-item index="2-1"><a href="https://github.com/renrenio/renren-fast-vue" target="_blank">前端</a></el-menu-item>
@@ -59,12 +59,12 @@
export default {
data () {
return {
updatePassowrdVisible: false
updatePassowrdVisible: false
}
},
components: {
UpdatePassword
},
},
computed: {
navbarLayoutType: {
get () { return this.$store.state.common.navbarLayoutType }
@@ -82,7 +82,7 @@
}
},
methods: {
// 修改密码
// 修改密码
updatePasswordHandle () {
this.updatePassowrdVisible = true
this.$nextTick(() => {