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>