--修改默认对象扩展

This commit is contained in:
2026-01-30 17:39:21 +08:00
parent 97623b01b4
commit 1f13f612d5
5 changed files with 17 additions and 121 deletions

View File

@ -20,7 +20,7 @@
import { computed } from 'vue';
import { getLogoInfo } from './api/system/login';
import { onBeforeUnmount } from 'vue';
import { getAppEnvConfig } from '/@/utils/env';
//import { getAppEnvConfig } from '/@/utils/env';
// support Multi-language
const { getLocale } = useLocale();