任务列表页面

This commit is contained in:
X1627315083
2024-03-21 10:49:21 +08:00
parent c5e3a5036d
commit c8f6884e7d
23 changed files with 1353 additions and 184 deletions

View File

@@ -208,7 +208,11 @@ export default defineComponent({
// console.log(this.modeOfPayment,'alipay','paypal');
let url = window.location.href
// url = url.replace(/\/[^/]+$/, '') + '/home';
url = url.replace(/\/[^/]+$/, '') + '/paySucceed';
// console.log(url);
let parsedUrl = new URL(url);
parsedUrl.pathname = '/';
console.log(parsedUrl);
url = parsedUrl.href + 'paySucceed';
if(!this.clause){
return
}