guoshilong
2023-09-08 cee338f18d22bbbb989d79c0add082fdb4e2b8ef
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) {