修改菜单上方项目名称

main
zhufu 2026-02-09 14:57:49 +08:00
parent a659ac566c
commit 338d9181b6
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<div class="anticon" :class="getAppLogoClass" @click="goHome">
<img :src="VITE_GLOB_APP_LOGO" />
<div class="ml-2 truncate md:opacity-100" :class="getTitleClass" v-show="showTitle">
{{ '设施农用地' }}
{{ VITE_GLOB_APP_TITLE }}
</div>
</div>
</template>
@ -22,7 +22,7 @@
import { SUBJECT_LOGO_TITLE } from '@/enums/cacheEnum';
import { getAuthCache } from '@/utils/auth';
const { VITE_GLOB_APP_LOGO } = getAppEnvConfig();
const { VITE_GLOB_APP_LOGO, VITE_GLOB_APP_TITLE } = getAppEnvConfig();
const props = defineProps({
/**