test #57

Merged
klaus merged 4 commits from test into main 2025-02-18 15:12:53 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4420b02f29 - Show all commits

View File

@ -421,7 +421,7 @@ export default {
if (res.status === 200 && res.data.success === true) {
const data = res.data.data
this.tabs = data.filter(item => item.title !== '홈' && item.title !== '단편')
this.tabs = data.filter(item => item.title !== '홈')
this.selected_tab_id = this.tabs[0].tabId
await this.getCurations()
} else {