style: lint格式化文件

This commit is contained in:
2025-10-21 18:04:02 +08:00
parent f9ca969fec
commit 7629120548
1092 changed files with 148218 additions and 157907 deletions

View File

@ -58,11 +58,11 @@
import { createAsyncComponent } from '/@/utils/factory/createAsyncComponent';
import { useLocale } from '/@/locales/useLocale';
import {getAppEnvConfig} from "/@/utils/env";
import { getAppEnvConfig } from '/@/utils/env';
export default defineComponent({
name: 'LayoutHeader',
methods: {getAppEnvConfig},
methods: { getAppEnvConfig },
components: {
LayHeader: Layout.Header,
AppLogo,