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>
|
||||
|
||||
13
src/views/service/index.vue
Normal file
13
src/views/service/index.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script lang='ts' setup>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<ion-page>
|
||||
<ion-content>
|
||||
11
|
||||
</ion-content>
|
||||
</ion-page>
|
||||
</template>
|
||||
|
||||
<style lang='css' scoped></style>
|
||||
Reference in New Issue
Block a user