src/components/common/topbar.vue
@@ -71,9 +71,9 @@ const selected = ref<string>(root.$route.path) onMounted(() => { getPlatformInfo().then(res => { workspaceName.value = res.data.workspace_name }) // getPlatformInfo().then(res => { // workspaceName.value = res.data.workspace_name // }) }) function selectedRoute (path: string) {