|
@ -104,7 +104,7 @@ const ejectModalVisible = ref(false) |
|
|
|
|
|
|
|
|
const handleModalVisible = () => { |
|
|
const handleModalVisible = () => { |
|
|
ejectModalVisible.value = false |
|
|
ejectModalVisible.value = false |
|
|
tabStore.updateActiveTab(1) |
|
|
|
|
|
|
|
|
changeTab(1) |
|
|
} |
|
|
} |
|
|
const changeTab = index => { |
|
|
const changeTab = index => { |
|
|
tabStore.updateActiveTab(index) |
|
|
tabStore.updateActiveTab(index) |
|
@ -112,6 +112,7 @@ const changeTab = index => { |
|
|
router.push('/') |
|
|
router.push('/') |
|
|
} |
|
|
} |
|
|
if (index == 2) { |
|
|
if (index == 2) { |
|
|
|
|
|
router.push('/test') |
|
|
} |
|
|
} |
|
|
if (index == 3) { |
|
|
if (index == 3) { |
|
|
ejectModalVisible.value = true |
|
|
ejectModalVisible.value = true |
|
|