Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
temple_material_request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-08-02 18:45:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
55e7654919b17dee2f28fcd2a25297ea06b5315b
55e76549
1 parent
f0f630c8
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/success.vue
src/views/success.vue
View file @
55e7654
<!--
* @Date: 2022-06-29 18:18:02
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-0
7-29 09:41:18
* @LastEditTime: 2024-0
8-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}`;
}
...
...
Please
register
or
login
to post a comment