This commit is contained in:
aaron 2025-03-02 09:51:04 +08:00
parent ba13b77ffa
commit 07a915a744
4 changed files with 6 additions and 6 deletions

View File

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

View File

@ -76,7 +76,7 @@ export default {
}, },
mounted() { mounted() {
// //
document.title = '代取快递服务流程' document.title = '快递服务流程'
}, },
beforeUnmount() { beforeUnmount() {
// //

View File

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

View File

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