hookehuyr

fix

<!--
* @Date: 2022-06-29 18:18:02
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-29 09:41:18
* @LastEditTime: 2024-08-02 18:44:30
* @FilePath: /temple_material_request/src/views/success.vue
* @Description: 文件描述
-->
......@@ -67,7 +67,7 @@ const handle = () => {
const goTo = (type) => {
if (type === 'home') { // 返回首页
location.href = `../../?p=volunteer_home&t=volunteer&c=${client_id}`;
location.href = `../../../?p=volunteer_home&t=volunteer&c=${client_id}`;
} else { // 返回活动主页
location.href = `../?p=activity&form_id=${form_id}&i=${activity_id}`;
}
......