|
@ -69,7 +69,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div class="tools flex gap-xl items-center opacity-80 hover:opacity-90"> |
|
|
<div class="tools flex gap-xl items-center opacity-80 hover:opacity-90"> |
|
|
<el-tooltip :content="`管理后台`" v-if="config.showAdminIcon"> |
|
|
<el-tooltip :content="`管理后台`" v-if="config.showAdminIcon"> |
|
|
<a :href="`https://${website.tenantId}.websoft.top`" target="_blank"><img src="@/assets/svg/websoft-mark-white.svg" alt="github" width="28" class="text-gray-400" /></a> |
|
|
|
|
|
|
|
|
<a :href="`https://website.websoft.top`" target="_blank"><img src="@/assets/svg/websoft-mark-white.svg" alt="github" width="28" class="text-gray-400" /></a> |
|
|
</el-tooltip> |
|
|
</el-tooltip> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
@ -97,6 +97,7 @@ import type {Config} from "~/types/global"; |
|
|
const config = useConfigInfo(); |
|
|
const config = useConfigInfo(); |
|
|
const website = useWebsite(); |
|
|
const website = useWebsite(); |
|
|
const subMenu = useSubMenu(); |
|
|
const subMenu = useSubMenu(); |
|
|
|
|
|
const SysDomain = localStorage.getItem('SysDomain'); |
|
|
console.log('---------config---------',config.value) |
|
|
console.log('---------config---------',config.value) |
|
|
console.log('---------website---------',website.value) |
|
|
console.log('---------website---------',website.value) |
|
|
console.log('---------subMenu---------',subMenu.value) |
|
|
console.log('---------subMenu---------',subMenu.value) |
|
|