5.18 路由添加

This commit is contained in:
jl-zhoujl2
2022-05-18 09:40:02 +08:00
parent 60c6c254c4
commit 4bcedc11e5

View File

@ -60,6 +60,16 @@ export default [
path: '/chooseRole', path: '/chooseRole',
component: './LoadingPage/MiddleLoading/chooseRole', component: './LoadingPage/MiddleLoading/chooseRole',
}, },
//寻找商机跳转
{
path: '/ToFindBusiness',
component: './LoadingPage/MiddleLoading/ToFindBusiness',
},
//项目跟进跳转
{
path: '/ToHomePage',
component: './LoadingPage/MiddleLoading/ToHomePage',
},
//跨工程跳转中间页结束 //跨工程跳转中间页结束
{ {
name: 'index_1', name: 'index_1',