首页地图
This commit is contained in:
8
src/views/website/about/about.vue
Normal file
8
src/views/website/about/about.vue
Normal file
@ -0,0 +1,8 @@
|
||||
<template>
|
||||
关于我们
|
||||
<WebFooter></WebFooter>
|
||||
</template>
|
||||
<script setup name="AboutUs">
|
||||
import WebFooter from "../../../components/webFooter/index.vue";
|
||||
// import WebFooter from "@/components/webFooter";
|
||||
</script>
|
Reference in New Issue
Block a user