修改菜单上方项目名称
parent
a659ac566c
commit
338d9181b6
|
|
@ -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({
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue