This commit is contained in:
aaron 2025-03-01 09:26:47 +08:00
parent 30d07221fd
commit fc152f096d
3 changed files with 4 additions and 5 deletions

View File

@ -78,7 +78,7 @@ export default {
checkMiniProgramEnvironment()
//
document.title = '小区开通申请'
document.title = '小区开通申请 | 蜂快到家'
//
const handleTouchEnd = (event) => {

View File

@ -122,8 +122,7 @@ export default {
checkMiniProgramEnvironment()
//
document.title = '合伙人申请'
document.title = '合伙人申请 | 蜂快到家'
//
const handleTouchEnd = (event) => {
const now = Date.now()

View File

@ -44,7 +44,7 @@ const routes = [
name: 'CommunityRequest',
component: CommunityRequest,
meta: {
title: '小区开通申请'
title: '小区开通申请 | 蜂快到家'
}
},
{
@ -52,7 +52,7 @@ const routes = [
name: 'PartnerRequest',
component: PartnerRequest,
meta: {
title: '合伙人申请'
title: '合伙人申请 | 蜂快到家'
}
}
]