提交 483116f0 authored 作者: GOD_ZYX's avatar GOD_ZYX

静态页

上级 49a8cc4e
<template>
<div>静态页</div>
</template>
<style lang="scss" scoped>
</style>
......@@ -116,6 +116,8 @@ export default [
},
/* App 内登录页面未找到时 - 指向 */
{ path: '/player/*', redirect: '/player/0/0/error/404' },
/* 静态测试页面 */
{ path: '/static/index', component: () => import('../pages/static/index.vue') },
/* 如果所有页面都没找到 - 指向 */
{ path: '*', component: () => import('../components/error/404.vue') }
]
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论