From 9d66bd86b7c90172e6859706b273e31c099e5d00 Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Fri, 17 Nov 2023 16:32:46 +0800 Subject: [PATCH] 2023-11-17 --- src/router/index.js | 9 +- src/views/mortgage/yqpb-原始.vue | 518 +++++++++++ src/views/mortgage/yqpb.vue | 1382 +++++++++++++++++++++------- src/views/mortgage/yqpb2.vue | 982 -------------------- 4 files changed, 1551 insertions(+), 1340 deletions(-) create mode 100644 src/views/mortgage/yqpb-原始.vue delete mode 100644 src/views/mortgage/yqpb2.vue diff --git a/src/router/index.js b/src/router/index.js index 5bfa532..daa8d5b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -58,16 +58,13 @@ export const constantRoutes = [ path:"/mortgage", name:'mortgage', component:()=>import('@/views/mortgage/index.vue') - },{ + }, + { path:"/yqpb", name:'yqpb', component:()=>import('@/views/mortgage/yqpb.vue') }, - { - path:"/yqpb2", - name:'yqpb2', - component:()=>import('@/views/mortgage/yqpb2.vue') - } + // 404 page must be placed at the end !!! // { path: '*', redirect: '/404', hidden: true } ] diff --git a/src/views/mortgage/yqpb-原始.vue b/src/views/mortgage/yqpb-原始.vue new file mode 100644 index 0000000..29abf9a --- /dev/null +++ b/src/views/mortgage/yqpb-原始.vue @@ -0,0 +1,518 @@ + + + + \ No newline at end of file diff --git a/src/views/mortgage/yqpb.vue b/src/views/mortgage/yqpb.vue index 29abf9a..a7f0b46 100644 --- a/src/views/mortgage/yqpb.vue +++ b/src/views/mortgage/yqpb.vue @@ -1,212 +1,302 @@ - \ No newline at end of file