Browse Source

1

pull/1/head
zhaoguoqiang 3 years ago
parent
commit
1e4c81cc2f
  1. 2
      src/router/index.js
  2. 0
      src/views/Home/index.vue

2
src/router/index.js

@ -30,7 +30,7 @@ const routes = [{
{
path: "/home",
name: 'home',
component: () => import('../views/Home/home.vue'),
component: () => import('../views/Home/index.vue'),
},
{
path: "/cityDistribution",

0
src/views/Home/home.vue → src/views/Home/index.vue

Loading…
Cancel
Save