fix oa pagepath

This commit is contained in:
xuecong 2021-11-16 21:07:23 +08:00
parent 9708e1f673
commit 8dc21ef549
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ const PcComplainAllotAction = <Action>{
template_id: OA_NOTICE_TO_PROPERTY_COMPANY_USER,
miniprogram: {
appid: config.wechat.pmp.appid,
pagepath: `/pages/home/complain?id=${id}`
pagepath: `/pages/complain/detail?id=${id}`
},
data: {
first: {

View File

@ -133,7 +133,7 @@ const PcRepairAllotAction = <Action>{
template_id: OA_NOTICE_TO_PROPERTY_COMPANY_USER,
miniprogram: {
appid: config.wechat.pmp.appid,
pagepath: `/pages/home/repair?id=${id}`
pagepath: `/pages/repair/detail?id=${id}`
},
data: {
first: {