派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-04-13 8e5167a6b2fb0ac1852b1302875bab0cc5f5a639
src/router/routes.js
@@ -26,6 +26,13 @@
    meta: {
      title: '基础数据维护'
    }
  }, {
    path: '/mapTemplate',
    name: 'mapTemplate',
    component: MapTemplate,
    meta: {
      title: '基础地图'
    }
  }]
}]
export const routes = [...mainRoutes, ...mapRoutes]