diff --git a/jero-web/src/config/router.config.js b/jero-web/src/config/router.config.js
index 203703e4f..ab85c388c 100644
--- a/jero-web/src/config/router.config.js
+++ b/jero-web/src/config/router.config.js
@@ -528,6 +528,30 @@ export const constantRouterMap = [
name: 'phoneProblemKnowledgeBase',
component: () => import('@/views/phoneView/problemKnowledgeBase')
},
+ //办理页面
+ {
+ path: '/phoneHandlingPage',
+ name: 'phoneHandlingPage',
+ component: () => import('@/views/phoneView/handlingPage')
+ },
+ //我的收藏
+ {
+ path: '/phoneMyCollection',
+ name: 'phoneMyCollection',
+ component: () => import('@/views/phoneView/myCollection')
+ },
+ //最近预览
+ {
+ path: '/phoneRecentBrowsing',
+ name: 'phoneRecentBrowsing',
+ component: () => import('@/views/phoneView/recentBrowsing')
+ },
+ //我的订阅
+ {
+ path: '/phoneMySubscribe',
+ name: 'phoneMySubscribe',
+ component: () => import('@/views/phoneView/mySubscribe')
+ },
/* 手机端结束 */
// {
// path:'/vehicleinformation',
diff --git a/jero-web/src/views/phoneView/handlingPage.vue b/jero-web/src/views/phoneView/handlingPage.vue
new file mode 100644
index 000000000..ab1afd9ce
--- /dev/null
+++ b/jero-web/src/views/phoneView/handlingPage.vue
@@ -0,0 +1,118 @@
+
+