提交 67dc612e authored 作者: 王鹏飞's avatar 王鹏飞

新增项目站路由跳转

上级 5e8d4542
export default function({ route, redirect }) {
if (/^\/sofia/.test(route.fullPath)) {
return redirect('https://sofia.ezijing.com')
}
if (/^\/kelley/.test(route.fullPath)) {
return redirect('https://kelley.ezijing.com')
}
if (/^\/marywood/.test(route.fullPath)) {
return redirect('https://marywood.ezijing.com')
}
if (/^\/ciis/.test(route.fullPath)) {
return redirect('https://ciis.ezijing.com')
}
if (/^\/cu/.test(route.fullPath)) {
return redirect('https://cu.ezijing.com')
}
if (/^\/shms/.test(route.fullPath)) {
return redirect('https://shms.ezijing.com')
}
}
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
transpile: [/^element-ui/] transpile: [/^element-ui/]
}, },
router: { router: {
middleware: ['device', 'i18n'] middleware: ['device', 'i18n', 'route']
} }
// proxy: { // proxy: {
// '/api': { // '/api': {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论