hookehuyr

fix

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