|
|
@@ -32,6 +32,7 @@ import Index0 from './index0.vue'
|
|
|
import Index1 from './index1.vue'
|
|
|
import Index2 from './index2.vue'
|
|
|
import Index3 from './index3.vue'
|
|
|
+import Index4 from './index4.vue'
|
|
|
|
|
|
export default {
|
|
|
name: 'Index',
|
|
|
@@ -39,7 +40,8 @@ export default {
|
|
|
Index0,
|
|
|
Index1,
|
|
|
Index2,
|
|
|
- Index3
|
|
|
+ Index3,
|
|
|
+ Index4
|
|
|
},
|
|
|
setup() {
|
|
|
const homePageRouteName = ref('')
|