@@ -0,0 +1,15 @@
+<template>
+ <div style="width: 500px; height: 500px; text-align: center; padding-top: 200px">
+ <b style="font-size: xxx-large">页面开发中</b>
+ </div>
+</template>
+
+<script>
+export default {
+ name: "index.vue"
+}
+</script>
+<style scoped>
+</style>