From 6cf9fe5c9eb7dc664b7a64454cd327d08baf1a93 Mon Sep 17 00:00:00 2001
From: 明梦爽 <2972214568@qq.com>
Date: 星期一, 15 八月 2022 16:51:26 +0800
Subject: [PATCH] 更新sql文件
---
src/components/page/banShiZhiNan.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/components/page/banShiZhiNan.vue b/src/components/page/banShiZhiNan.vue
index d5f18f1..20ef0b4 100644
--- a/src/components/page/banShiZhiNan.vue
+++ b/src/components/page/banShiZhiNan.vue
@@ -1,17 +1,18 @@
<template>
<div>
<globalTitle />
+ <div>
+ <img src="../../assets/keyanlixiangjieti.png" alt="" />
+ </div>
</div>
</template>
<script>
import globalTitle from '../globalTitle.vue'
export default {
- components: { globalTitle},
+ 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