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> <style lang="less" scoped></style>