@@ -1 +1,7 @@
-export default [];
+export default [
+ {
+ path: '/test',
+ meta: { title: '测试' },
+ component: () => import('@/views/testIndex.vue')
+ }
+];
@@ -1,5 +1,5 @@
<template>
- <div id="homeIndex">
+ <div id="testIndex">
<el-row>
<el-col :span="24" class="main animate__animated animate__backInRight">
<el-col :span="12" class="one">