mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-10 20:36:55 +08:00
fix music request
This commit is contained in:
@@ -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
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user