feat: 添加服务页面,更新首页以显示国徽图片
This commit is contained in:
@@ -100,8 +100,11 @@ onUnmounted(() => {
|
||||
<ion-page>
|
||||
<ion-header class="ion-no-border header">
|
||||
<ion-toolbar class="ion-toolbar">
|
||||
<div slot="start" class="font-semibold">
|
||||
国务院深化改革战略推进委员会
|
||||
<div slot="start" class="flex items-center px-5 py-3">
|
||||
<img src="@/assets/images/guohui.png" alt="国徽" class="inline-block h-10 mr-2">
|
||||
<div class="font-semibold text-md">
|
||||
国务院深化改革战略推进委员会
|
||||
</div>
|
||||
</div>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
Reference in New Issue
Block a user