|
@@ -11,7 +11,7 @@ const { closeAll, closeLeft, closeRight, closeOther, closeCurrent, refreshPage,
|
|
|
|
|
|
const closeAllTabs = () => {
|
|
const closeAllTabs = () => {
|
|
closeAll(() => {
|
|
closeAll(() => {
|
|
- push('/dashboard/workplace')
|
|
|
|
|
|
+ push('/dashboard/analysis')
|
|
})
|
|
})
|
|
}
|
|
}
|
|
|
|
|
|
@@ -33,7 +33,7 @@ const refresh = () => {
|
|
|
|
|
|
const closeCurrentTab = () => {
|
|
const closeCurrentTab = () => {
|
|
closeCurrent(undefined, () => {
|
|
closeCurrent(undefined, () => {
|
|
- push('/dashboard/workplace')
|
|
|
|
|
|
+ push('/dashboard/analysis')
|
|
})
|
|
})
|
|
}
|
|
}
|
|
|
|
|
|
@@ -42,7 +42,7 @@ const setTabTitle = () => {
|
|
}
|
|
}
|
|
|
|
|
|
const setAnalysisTitle = () => {
|
|
const setAnalysisTitle = () => {
|
|
- setTitle(`分析页-${new Date().getTime().toString()}`, '/dashboard/workplace')
|
|
|
|
|
|
+ setTitle(`分析页-${new Date().getTime().toString()}`, '/dashboard/analysis')
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
|
|
|