fix: update translations and correct workspace API import path

This commit is contained in:
wxg0103 2025-07-03 09:27:18 +08:00
parent 47368a5f99
commit 557f82af7c
4 changed files with 12 additions and 3 deletions

View File

@ -8394,3 +8394,6 @@ msgstr ""
msgid "Public access link"
msgstr ""
msgid "User management"
msgstr "User Management"

View File

@ -8519,4 +8519,7 @@ msgid "Conversation log"
msgstr "对话日志"
msgid "Public access link"
msgstr "公共访问链接"
msgstr "公共访问链接"
msgid "User management"
msgstr "用户管理"

View File

@ -8519,4 +8519,7 @@ msgid "Conversation log"
msgstr "對話日誌"
msgid "Public access link"
msgstr "公共訪問鏈接"
msgstr "公共訪問鏈接"
msgid "User management"
msgstr "用戶管理"

View File

@ -253,7 +253,7 @@ import DetailDialog from './component/DetailDialog.vue'
import {t} from '@/locales'
import {beforeDay, datetimeFormat, nowDate} from '@/utils/time'
import useStore from "@/stores";
import WorkspaceApi from "@/api/workspace/workspace.ts";
import WorkspaceApi from "@/api/system/workspace.ts";
const {user} = useStore()
const popoverVisible = ref(false)