feat: There is no way the,iphone config

This commit is contained in:
super_liu
2021-12-22 15:20:28 +08:00
parent 6fd9053bde
commit f78853d4c5
4 changed files with 109 additions and 44 deletions
+9
View File
@@ -23,6 +23,15 @@ const routes = [
title: '手机提示页面',
}
},
{
path: '/processedPage',
name: 'processedPage',
component: resolve => require(['@/pages/processedPage/index.vue'], resolve),
meta: {
requireAuth: true,
title: '手机提示页面',
}
},
{
path: '*',
redirect: '/loginVerify'