fix music request

This commit is contained in:
2024-01-21 23:43:27 +08:00
parent 8dd85f205d
commit c1d8f75690
10 changed files with 282 additions and 79 deletions

View File

@@ -37,6 +37,15 @@ export default {
title: '日程',
keepAlive: true,
},
children: [
{
path: 'ics',
beforeEnter(to: any) {
// 直接重定向到外部 URL
window.location.href = 'https://vtsuru.live/api/schedule/get-ics?id=' + to.query.id
},
},
],
},
],
}