|
@@ -13,7 +13,7 @@ const routes = [
|
|
|
title: '首页',
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
//微信支付成功回跳处理页面
|
|
|
{
|
|
|
path: '/wxPayBack',
|
|
@@ -153,6 +153,17 @@ const routes = [
|
|
|
title: '选择行业',
|
|
|
}
|
|
|
},
|
|
|
+ //注册协议
|
|
|
+ {
|
|
|
+ path: 'agreement',
|
|
|
+ name: 'RegisterAgreement',
|
|
|
+ component: () => import('../views/Register/Agreement.vue'),
|
|
|
+ meta: {
|
|
|
+ requireAuth: false,
|
|
|
+ role: [],
|
|
|
+ title: '注册协议',
|
|
|
+ }
|
|
|
+ },
|
|
|
|
|
|
//工厂园区员工
|
|
|
{
|