可信代码库-编程语言接口对接

This commit is contained in:
付民康
2025-06-13 18:01:31 +08:00
parent b3c1e9f159
commit 0cd5d14245
5 changed files with 21 additions and 12 deletions

View File

@@ -52,7 +52,6 @@ export const injectRouter = (router) => {
// 判断命名空间类型
const globalStore = useGlobalInfoStore();
globalStore.setNamespaceType(-1); // 重置namespaceType防止非组织路由请求组织信息
debugger
globalStore.setLanguageList();
if (to.meta.pageType === 'userOrOrg') {
const { namespace } = to.params;