@@ -0,0 +1,23 @@
+<template>
+ <div>
+ <el-card>
+ <el-icon><Bell /></el-icon>
+ <span>首页</span>
+ </div>
+ </el-card>
+</template>
+
+<route>
+{
+path: '/',
+name: '首页',
+}
+</route>
+<script>
+export default {}
+</script>
+<style lang="scss" scoped></style>
@@ -113,7 +113,7 @@
<route>
{
-path: '/',
+path: '/statistics',
name: '项目投资统计',
}
</route>