From a112e96ab559adc810ae043a145fd898548725f7 Mon Sep 17 00:00:00 2001
From: 明梦爽 <2972214568@qq.com>
Date: 星期二, 09 八月 2022 09:45:53 +0800
Subject: [PATCH] 完善Readme
---
src/components/page/banShiZhiNan.vue | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/src/components/page/banShiZhiNan.vue b/src/components/page/banShiZhiNan.vue
index 33d8489..20ef0b4 100644
--- a/src/components/page/banShiZhiNan.vue
+++ b/src/components/page/banShiZhiNan.vue
@@ -1,15 +1,18 @@
<template>
<div>
- <span>鍔炰簨鎸囧崡</span>
+ <globalTitle />
+ <div>
+ <img src="../../assets/keyanlixiangjieti.png" alt="" />
+ </div>
</div>
</template>
<script>
+import globalTitle from '../globalTitle.vue'
export default {
- name: 'zhengce'
+ components: { globalTitle },
+ name: 'banShiZhiNan'
}
</script>
-<style lang="less" scoped>
-
-</style>
\ No newline at end of file
+<style lang="less" scoped></style>
--
Gitblit v1.8.0