@@ -0,0 +1,17 @@
+<template>
+ <div>
+ <h1>地址首页</h1>
+ </div>
+</template>
+
+<script>
+export default {
+}
+</script>
+<style scoped>
+h1 {
+ text-align: center;
+</style>