husq
2023-09-07 b3f468ebf9cd380c18024aecd62098c9b6be2762
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) {