test #57
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user