fix oa pagepath
This commit is contained in:
parent
9708e1f673
commit
8dc21ef549
@ -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: {
|
||||
|
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user