This commit is contained in:
花有清香月有阴
2022-01-12 17:39:47 +08:00
parent 126964c5a7
commit d0f12189e1
3 changed files with 4 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ export default {
this.getUserList() this.getUserList()
}, },
onShow() { onShow() {
document.title = '健康监测' document.title = '健康上报'
}, },
methods: { methods: {
getList() { getList() {

View File

@@ -3,7 +3,7 @@
<div class="top"> <div class="top">
<div class="templates"> <div class="templates">
<img :src="userList.avatar" alt="" v-if="userList.avatar" /> <img :src="userList.avatar" alt="" v-if="userList.avatar" />
<img src="./components/img/user-img.png" alt="" /> <img src="./components/img/user-img.png" alt="" v-else />
<div class="rightCont"> <div class="rightCont">
<div class="rightContLeft"> <div class="rightContLeft">
@@ -90,7 +90,7 @@ export default {
}) })
}, },
onShow() { onShow() {
document.title = '健康监测' document.title = '健康上报'
}, },
methods: { methods: {
getUser() { getUser() {

View File

@@ -152,7 +152,7 @@ export default {
}) })
}, },
onShow() { onShow() {
document.title = '健康监测' document.title = '健康上报'
}, },
methods: { methods: {
getUser() { getUser() {