明梦爽
2022-08-09 ece9b6bba5a44a06041a8ad4d5f5ac1f14560d3e
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>
<style lang="less" scoped></style>