数字巫溪

This commit is contained in:
liuye
2023-05-15 09:38:41 +08:00
parent 9a18db7f99
commit 6402952351
2 changed files with 3 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ export default {
} }
}, },
onReady() { onReady() {
uni.setNavigationBarTitle({title: "东盛e家"}) uni.setNavigationBarTitle({title: "数字巫溪"})
}, },
onLoad() { onLoad() {
this.autoLogin().then(() => { this.autoLogin().then(() => {
@@ -239,7 +239,7 @@ export default {
onShareAppMessage() { onShareAppMessage() {
return { return {
title: '欢迎使用东盛e家~', title: '欢迎使用数字巫溪~',
path: `/pages/AppHome/AppHome` path: `/pages/AppHome/AppHome`
} }
}, },

View File

@@ -175,7 +175,7 @@ export default {
}, },
onShareAppMessage() { onShareAppMessage() {
return { return {
title: '欢迎使用数字乡村治理服务一体化平台~', title: '欢迎使用数字巫溪治理服务一体化平台~',
path: `/pages/AppModules/AppModules` path: `/pages/AppModules/AppModules`
} }
}, },