| pages/myself/myself.vue | ●●●●● patch | view | raw | blame | history |
pages/myself/myself.vue
@@ -51,10 +51,10 @@ showTextmsg: false, textmsg: { title: '提示', content: '您已登录,确认登出?', content: '您已登录,确认退出?', contentTwo: '', cancel: '取消', confirm: '登出' confirm: '退出' }, inSide: [ // { @@ -99,7 +99,7 @@ open: 'shezhi' }, { title: '登出', title: '退出', imgSrc: '../../static/myself/logout002.png', open: 'outIn', }, @@ -119,7 +119,7 @@ return this.$store.state.puserName; }, butTitle() { return this.$store.state.loging == true ? '登出' : '登录' return this.$store.state.loging == true ? '退出' : '登录' } }, onLoad() {