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-07-29 09:41:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bf1096d51184a5f106ea2c5a1827eb2375d04cd1
bf1096d5
1 parent
00b289ee
fix 成功后返回位置修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
src/views/success.vue
src/views/success.vue
View file @
bf1096d
<!--
* @Date: 2022-06-29 18:18:02
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-2
7 21:02:29
* @LastEditTime: 2024-07-2
9 09:41:18
* @FilePath: /temple_material_request/src/views/success.vue
* @Description: 文件描述
-->
...
...
@@ -67,16 +67,9 @@ const handle = () => {
const goTo = (type) => {
if (type === 'home') { // 返回首页
location.href = `http://oa.onwall.cn/f/main/?p=activity&form_id=${form_id}&i=${activity_id}`;
/**
* 活动首页:
http://oa.onwall.cn/f/main/?p=activity&form_id=799652&i=801234
*/
location.href = `../../?p=volunteer_home&t=volunteer&c=${client_id}`;
} else { // 返回活动主页
location.href = `https://oa-dev.onwall.cn/?p=volunteer_home&t=volunteer&c=${client_id}`;
/**
* https://oa-dev.onwall.cn/?p=volunteer_home&t=volunteer&c=35697
*/
location.href = `../?p=activity&form_id=${form_id}&i=${activity_id}`;
}
}
</script>
...
...
Please
register
or
login
to post a comment