派生自 wuyushui/SewerAndRainNetwork

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