src/router.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
vue.config.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/router.js
@@ -156,16 +156,10 @@ ] }, { path: '/report', component: Layout, children: [ { path: 'h5', path: '/report/h5', component: () => import('@/views/report/reportH5'), name: 'reportH5', meta: { title: 'H5报告' } } ] } ] }) vue.config.js
@@ -19,6 +19,7 @@ hotOnly: false, proxy: { '/': { ws: false, target: 'http://127.0.0.1:8090', changeOrigin: true }