husq
2023-09-08 0c070817accc40e6c8a2a1479fe2a9ee6f2f5d3e
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) {