From 362f5c666a7bf22aeec6688bf6b0ca28749a5abd Mon Sep 17 00:00:00 2001 From: liangjin <liangjin@finlean.com> Date: Fri, 14 May 2021 18:19:34 +0800 Subject: [PATCH] 和微分 --- src/router/routes.js | 905 +------------------------------------------------------- 1 files changed, 17 insertions(+), 888 deletions(-) diff --git a/src/router/routes.js b/src/router/routes.js index 4868113..a381988 100644 --- a/src/router/routes.js +++ b/src/router/routes.js @@ -7,189 +7,6 @@ */ const oldRouter = [ { - path: '/credit-installment', - name: 'credit-installment', - component:()=>import("@/views/old/store/credit-installment.vue") - }, - { - path: '/getQRCode', - name: 'getQRCode', - component:()=>import("@/views/old/store/getQRCode.vue") - - }, - //商户贴息 - { - path: '/hb-merchant-installment', - name: 'hb-merchant-installment', - component:()=>import("@/views/old/store/hb-merchant-installment.vue") - }, - { - path: '/hb-credit-installment', - name: 'hb-credit-installment', - component:()=>import("@/views/old/store/hb-credit-installment.vue") - }, - { - path: '/hb-contract', - name: 'hb-contract', - component:()=>import("@/views/old/store/hb-contract.vue") - }, - - { - path: '/hb-getHBQRCode', - name: 'hb-getHBQRCode', - component:()=>import("@/views/old/store/getHBQRCode.vue") - - }, - { - path: '/pay-result', - name: 'pay-result', - component:()=>import("@/views/old/store/pay-result.vue") - - }, - { - path: '/xyg-getXygHbQRCode', - name: 'hb-getHBQRCode', - component:()=>import("@/views/old/store/getXygHbQRCode.vue") - - }, - { - path: '/product/shtx-detail', - name: 'shtx-detail', - component:()=>import("@/views/product/shtx-detail.vue") - }, - { - path: '/shtx/staging', - name: 'shtx-staging', - component:()=>import("@/views/old/merchant/shtx/staging.vue") - }, - { - path: '/shtx-getShtxQRCode', - name: 'shtx-getShtxQRCode', - component:()=>import("@/views/old/store/getShtxQRCode.vue") - }, - { - path: '/order/shtx', - name: 'order-shtx', - component:()=>import("@/views/order/shtx.vue") - }, - { - path: '/mobile-installment', - name: 'mobile-installment', - component:()=>import("@/views/old/store/mobile/mobileInstallment.vue") - }, - { - path: '/mobile-submit-result', - name: 'mobile-submit-result', - component:()=>import("@/views/old/store/mobile/submitResult.vue") - }, - - - { - path: '/contract-installment', - name: 'contract-installment', - component:()=>import("@/views/old/store/contract/contractInstallment.vue") - }, - // 生成二维码 - { - path: '/contract-qrcode', - name: 'contract-qrcode', - component:()=>import("@/views/old/store/contract/contractQrcode.vue") - }, - { - path: '/lthyj-qrcode', - name: 'lthyj-qrcode', - component:()=>import("@/views/old/store/lthyjQrcode.vue") - }, - { - path: '/contract-order-upload/:orderId', - name: 'contract-order-upload', - props:true, - component:()=>import("@/views/old/store/contract/upload.vue") - }, - - - { - path: '/hrydset', - name: 'hryd_set', - component:()=>import("@/views/old/store/zxh/set.vue") - }, - { - path: '/hryd/upload/:orderId', //上传合约资料 - name: 'hryd_upload', - props: true, - component:()=>import("@/views/old/store/zxh/upload.vue") - }, - { - path: '/hryd/createcode', //生成二维码 - name: 'hryd_createcode', - props: true, - component:()=>import("@/views/old/store/zxh/createcode.vue") - }, - - { - path: '/xygset', - name: 'xyg_set', - component:()=>import("@/views/old/store/xyg/set.vue") - }, - { - path: '/xyg/upload/:orderId', //上传合约资料 - name: 'xyg_upload', - props: true, - component:()=>import("@/views/old/store/xyg/upload.vue") - }, - // { - // path: '/xyg/upload/', //上传合约资料 - // name: 'xyg_upload', - // props: true, - // component:()=>import("@/views/old/store/xyg/upload.vue") - // }, - { - path: '/xyg/mation', //花呗,储蓄卡信用购选择表页面 - name: 'xyg_mation', - props: true, - component:()=>import("@/views/old/store/xyg/xyg-mation.vue") - }, - { - path: '/xyg/xygHb', //信用购花呗办单页面 - name: 'xygHb', - props: true, - component:()=>import("@/views/old/store/xyg/xygHb.vue") - }, - { - path: '/xyg/list', //信用购列表页面 - name: 'xyg_list', - props: true, - component:()=>import("@/views/old/store/xyg/xygList.vue") - }, - { - path: '/xyg/createcode', //生成二维码 - name: 'xyg_createcode', - props: true, - component:()=>import("@/views/old/store/xyg/createcode.vue") - }, - { - path: '/gzzjset', - name: 'gzzj_set', - component:()=>import("@/views/old/store/gzzj/set.vue") - }, - { - path: '/gzzj/upload/:orderId', //上传合约资料 - name: 'gzzj_upload', - props: true, - component:()=>import("@/views/old/store/gzzj/upload.vue") - }, - { - path: '/gzzj/createcode', //生成二维码 - name: 'gzzj_createcode', - props: true, - component:()=>import("@/views/old/store/gzzj/createcode.vue") - }, - { - path:"/gzzj/gzzjQrCode", - name:'gzzj_qrCode', - component:()=>import("@/views/old/store/gzzj/gzzjQrCode.vue") - }, - { path: '/main/productManagement', // 商户-产品管理 name: 'productManagement', component: function(resolve) { @@ -203,358 +20,11 @@ require(['../views/old/merchant/hb-product'], resolve); } }, - - //选择通道 - { - path:'/channel-selection', - name:'channel-selection', - component(resolve) { - require(['@/views/old/store/channel-selection.vue'], resolve); - } - }, - - { - path:'/facepay/calcmoney', - name:'facepay_calcmoney', - component(resolve) { - require(['@/views/old/facepay/calcmoney.vue'], resolve); - } - }, - { - path:'/facepay/details', - name:'facepay_details', - component(resolve) { - require(['@/views/old/facepay/orderDetails.vue'], resolve); - } - }, - { - path:'/facepay/list', - name:'facepay_list', - component(resolve) { - require(['@/views/old/facepay/orderList.vue'], resolve); - } - }, - { - path:'/facepay/code', - name:'facepay_code', - component(resolve) { - require(['@/views/old/facepay/code.vue'], resolve); - } - }, - - ] -const old_merRouter = [ - { - path: '/ljcreditStaging', // 商户-信用卡分期 - name: 'ljcreditStaging', - component: function(resolve) { - require(['../views/old/merchant/lj/ljcreditStaging'], resolve); - } - }, - - { - path: '/creditStaging', // 商户-信用卡分期 - name: 'creditStaging', - component: function(resolve) { - require(['../views/old/merchant/creditStaging'], resolve); - } - }, - - { - path: '/tonglian/startOpen', // 开通通联通道页面 - name: 'tonglianStartOpen', - component: function(resolve) { - require(['../views/old/merchant/tonglian/startOpen'], resolve); - } - }, - { - path: '/tonglian/store-pictures', // 开通通联通道上传图片页面 - name: 'tonglianStorePictures', - component: function(resolve) { - require(['../views/old/merchant/tonglian/storePictures'], resolve); - } - }, - { - path: '/tonglian/open', // 确认开通通联通道页面 - name: 'tonglianOpen', - component: function(resolve) { - require(['../views/old/merchant/tonglian/open'], resolve); - } - }, - { - path: '/tonglian/open-result', // 开通通联通道开通结果页面 - name: 'tonglianOpenResult', - component: function(resolve) { - require(['../views/old/merchant/tonglian/openResult'], resolve); - } - }, - { - path: '/tonglian/verification', // - name: 'verification', - component: function(resolve) { - require(['../views/old/merchant/tonglian/verification'], resolve); - } - }, - { - path: '/tonglian/staging', // 开通通联通道开通信息页面 - name: 'tonglianStaging', - component: function(resolve) { - require(['../views/old/merchant/tonglian/staging'], resolve); - } - }, - { - path: '/tonglian/withdrawal', // 通联通道提现 - name: 'tonglianWithdrawal', - component: function(resolve) { - require(['../views/old/merchant/tonglian/withdrawal'], resolve); - } - }, - { - path: '/tonglian/withdrawal-history', // 通联通道提现纪录 - name: 'tonglianWithdrawalHistory', - component: function(resolve) { - require(['../views/old/merchant/tonglian/withdrawal-history'], resolve); - } - }, - { - path: '/tonglian/Withdrawal-result', // 通联通道提现结果 - name: 'tonglianWithdrawalResult', - component: function(resolve) { - require(['../views/old/merchant/tonglian/withdrawal-result'], resolve); - } - }, - { - path: '/huabei/open', // 开通花呗页面 - name: 'huaBeiOpen', - component: function(resolve) { - require(['../views/old/merchant/huabei/open'], resolve); - } - }, - { - path: '/huabei/alipay', // 开通花呗--选择支付宝账号页面 - name: 'huaBeiAlipay', - component: function(resolve) { - require(['../views/old/merchant/huabei/alipay'], resolve); - } - }, - { - path: '/huabei/store-pictures', // 开通花呗--门店相关照片上传 - name: 'huaBeiStorePictures', - component: function(resolve) { - require(['../views/old/merchant/huabei/storePictures'], resolve); - } - }, - { - path: '/huabei/open-result', // 开通花呗--审核结果 - name: 'huaBeiOpenResult', - component: function(resolve) { - require(['../views/old/merchant/huabei/openResult'], resolve); - } - }, - { - path: '/huabei/staging', // 花呗开通成功后-使用花呗分期时,填写详情页面 - name: 'huaBeiStaging', - component: function(resolve) { - require(['../views/old/merchant/huabei/staging'], resolve); - } - }, - { - path: '/huabei/staging_hbjl', // 花呗开通成功后-使用花呗分期时,填写详情页面 - name: 'huaBeiStaging_hbjl', - component: function(resolve) { - require(['../views/old/merchant/huabei/staging_hbjl'], resolve); - } - }, - { - path: '/huabei/staging_dmf', // 花呗开通成功后-使用花呗分期时,填写详情页面 - name: 'huaBeiStaging_dmf', - component: function(resolve) { - require(['../views/old/merchant/huabei/staging_dmf'], resolve); - } - }, - - { - path: '/gjzj/open', // 开通购机直降 - name: 'gjzjOpen', - component: function(resolve) { - require(['../views/old/merchant/gjzj/open'], resolve); - } - }, - { - path: '/gjzj/open-result', // 购机直降--审核结果 - name: 'gjzjOpenResult', - component: function(resolve) { - require(['../views/old/merchant/gjzj/openResult'], resolve); - } - }, - { - path: '/heyd/merOpen', // 开通海尔云贷 - name: 'heydMerOpen', - component: function(resolve) { - require(['../views/old/merchant/heyd/merOpen'], resolve); - } - }, - { - path: '/heyd/storeOpen', // 开通海尔云贷 - name: 'heydStoreOpen', - component: function(resolve) { - require(['../views/old/merchant/heyd/storeOpen'], resolve); - } - }, - { - path: '/heyd/mgrOpen', // 开通海尔云贷 - name: 'heydMgrOpen', - component: function(resolve) { - require(['../views/old/merchant/heyd/mgrOpen'], resolve); - } - }, - { - path: '/heyd/open-result', // 海尔云贷--审核结果 - name: 'heydOpenResult', - component: function(resolve) { - require(['../views/old/merchant/heyd/openResult'], resolve); - } - }, - { - path: '/xyg/merOpen', // 开通海尔云贷 - name: 'xygMerOpen', - component: function(resolve) { - require(['../views/old/merchant/xyg/merOpen'], resolve); - } - }, - { - path: '/xyg/storeOpen', // 开通海尔云贷 - name: 'xygStoreOpen', - component: function(resolve) { - require(['../views/old/merchant/xyg/storeOpen'], resolve); - } - }, - { - path: '/xyg/mgrOpen', // 开通海尔云贷 - name: 'xygMgrOpen', - component: function(resolve) { - require(['../views/old/merchant/xyg/mgrOpen'], resolve); - } - }, - { - path: '/xyg/open-result', // 海尔云贷--审核结果 - name: 'xygOpenResult', - component: function(resolve) { - require(['../views/old/merchant/xyg/openResult'], resolve); - } - }, - { - path: '/gzzj/merOpen', // 开通海尔云贷 - name: 'gzzjMerOpen', - component: function(resolve) { - require(['../views/old/merchant/gzzj/merOpen'], resolve); - } - }, - { - path: '/gzzj/storeOpen', // 开通海尔云贷 - name: 'gzzjStoreOpen', - component: function(resolve) { - require(['../views/old/merchant/gzzj/storeOpen'], resolve); - } - }, - { - path: '/gzzj/mgrOpen', // 开通海尔云贷 - name: 'gzzjMgrOpen', - component: function(resolve) { - require(['../views/old/merchant/gzzj/mgrOpen'], resolve); - } - }, - { - path: '/gzzj/open-result', // 海尔云贷--审核结果 - name: 'gzzjOpenResult', - component: function(resolve) { - require(['../views/old/merchant/gzzj/openResult'], resolve); - } - }, -] - -const APPRouter = [ - { - path: '/app/login', // app联登主页 - name: 'AppHome', - component: function(resolve) { - require(['../views/appLiandeng/login.vue'], resolve); - }, - meta:{ - isLogin:false - } - }, - { - path: '/app/home', // app联登主页 - name: 'AppHome', - component: function(resolve) { - require(['../views/appLiandeng/home.vue'], resolve); - } - }, - { - path: '/app/changeMer', - name: 'AppchangeMer', - component: function(resolve) { - require(['../views/appLiandeng/changeMer.vue'], resolve); - } - }, - { - path: '/app/choseVersion', - name: 'AppchoseVersion', - component: function(resolve) { - require(['../views/appLiandeng/choseVersion.vue'], resolve); - } - }, - { - path: '/app/shskVersionDetail', - name: 'AppshskVersionDetail', - component: function(resolve) { - require(['../views/appLiandeng/shskVersionDetail.vue'], resolve); - } - }, - { - path: '/app/zfbVersionDetail', - name: 'AppzfbVersionDetail', - component: function(resolve) { - require(['../views/appLiandeng/zfbVersionDetail.vue'], resolve); - } - }, - { - path: '/app/opening/startOpen', - name: 'AppopeningstartOpen', - component: function(resolve) { - require(['../views/appLiandeng/opening/startOpen.vue'], resolve); - } - }, - { - path: '/app/opening/fillingInfo', - name: 'AppopeningfillingInfo', - component: function(resolve) { - require(['../views/appLiandeng/opening/fillingInfo.vue'], resolve); - } - }, - { - path: '/app/opening/pictureUpload', - name: 'AppopeningpictureUpload', - component: function(resolve) { - require(['../views/appLiandeng/opening/pictureUpload.vue'], resolve); - } - }, - { - path: '/app/opening/openResult', - name: 'AppopeningopenResult', - component: function(resolve) { - require(['../views/appLiandeng/opening/openResult.vue'], resolve); - } - }, -] export default [ - ...old_merRouter, ...oldRouter, - ...APPRouter, // 用户中心 { path:"/", @@ -590,12 +60,6 @@ isLogin:false } }, - { - path:"/message", - name:'message', - component:()=>import("@/views/old/store/zxh/message.vue"), - }, - @@ -649,26 +113,6 @@ powerId: 100006, } }, - // { - // path: 'productManagement', // 商户-产品管理 - // name: 'productManagement', - // component: function(resolve) { - // require(['../views/old/merchant/productManagement'], resolve); - // }, - // meta:{ - // powerId: 100004, - // } - // },//hb-product - // { - // path: 'hb-product', // 花呗通道内产品管理 - // name: 'hb-product', - // component: function(resolve) { - // require(['../views/old/merchant/hb-product'], resolve); - // }, - // // meta:{ - // // powerId: 100004, - // // } - // }, ] }, { @@ -692,10 +136,6 @@ component:()=>import("@/views/mine/toggle-identity.vue") }, - - - - // 设置中心 - 路由 { path:"/mine/setting", name:'setting', @@ -707,153 +147,10 @@ component:()=>import("@/views/mine/setting/merchants-approval.vue") }, { - path:"/mine/red-envelopes", - name:'red-envelopes', - component:()=>import("@/views/mine/redEnvelopes/red-envelopes.vue") - },//红包账户 - { - path:"/mine/withdrawals", - name:'withdrawals', - component:()=>import("@/views/mine/redEnvelopes/withdrawals.vue") - },//红包提现 - - - - - // 产品管理 - 路由 - { - path:"/product/credit-detail", - name:'credit-detail', - component:()=>import("@/views/product/credit-detail.vue") - }, - { - path:"/product/dmf-detail", - name:'dmf-detail', - component:()=>import("@/views/product/dmf-detail.vue") - }, - { - path:"/product/hbjl-detail", - name:'hbjl-detail', - component:()=>import("@/views/product/hbjl-detail.vue") - }, - { - path:"/product/hb-detail", - name:'hb-detail', - component:()=>import("@/views/product/hb-detail.vue") - }, - { - path:"/product/xyg-hb-detail", - name:'xyg-hb-detail', - component:()=>import("@/views/product/xyg-hb-detail.vue") - }, - { - path:"/product/gjzj-detail", - name:'gjzj-detail', - component:()=>import("@/views/product/gjzj-detail.vue") - }, - { - path:"/product/zxh-detail", - name:'zxh-detail', - component:()=>import("@/views/product/zxh-detail.vue") - }, - { - path:"/product/xyg-detail", - name:'xyg-detail', - component:()=>import("@/views/product/xyg-detail.vue") - }, - { - path:"/product/gzzj-detail", - name:'gzzj-detail', - component:()=>import("@/views/product/gzzj-detail.vue") - }, - { - path:"/product/gzzj_order_detail_pics", - name:'gzzj_order_detail_pics', - component:()=>import("@/views/product/gzzj_order_detail_pics.vue") - }, - { - path:"/product/productMent", - name:'mer-productMent', - component:()=>import("@/views/mdyh/product/productMent.vue") - }, - { - path:"/product/lthyj-detail", - name:'lthyj-detail', - component:()=>import("@/views/product/lthyj-detail.vue") - }, - { path:"/product/wxScore-detail", name:'wxScore-detail', component:()=>import("@/views/product/wxScore-detail.vue") }, - //花呗合约套餐页面 - { - path:"/hbhy-installment", - name:'hbhy-installment', - component:()=>import("@/views/old/store/hbhy-installment.vue") - }, - //花呗合约机办理页面 - { - path:"/hbhy-detail", - name:'hbhy-detail', - component:()=>import("@/views/product/hbhy-detail.vue") - }, - { - path:"/product/facepay", - name:'facepay', - component:()=>import("@/views/product/facepay/facepay.vue") - }, - { - path:"/product/orderlist", - name:'orderlist', - component:()=>import("@/views/product/facepay/orderlist.vue") - }, - { - path:"/product/facepay-qrcode", - name:'facepay-qrcode', - component:()=>import("@/views/product/facepay/facepay-qrcode.vue") - }, - //支付宝拉新 - { - path:"/product/zfblx", - name:'zfblx', - component:()=>import("@/views/zfblx/lxLogin.vue"), - // children:[ - // { - // path: "lxexplain", - // name: "lxexplain", - // component:()=>import("@/views/zfblx/lxExplain.vue"), - // }, - // { - // path: "lxcode", - // name: "lxcode", - // component:()=>import("@/views/zfblx/lxCode.vue"), - // }, - // ] - }, - { - path:"/product/zfblx/lxexplain", - name:'lxexplain', - component:()=>import("@/views/zfblx/lxExplain.vue") - }, - { - path:"/product/zfblx/lxcode", - name:'lxcode', - component:()=>import("@/views/zfblx/lxCode.vue") - }, - //支付宝拉新订单 - { - path:"/order/lxOredr", - name:'lxOredr', - component:()=>import("@/views/zfblx/lxOrder.vue") - }, - //支付宝拉新订单详情 - { - path:"/order/lxOredrDetail", - name:'lxOredrDetail', - component:()=>import("@/views/zfblx/lxOrderDetail.vue") - }, - @@ -894,82 +191,36 @@ name:'stores-detail', component:()=>import("@/views/mine/stores/stores-detail.vue") }, - - - - - // 订单相关 { - path:"/order/credit", - name:'order-credit', - component:()=>import("@/views/order/credit.vue") + path:"/mine/storesOprs", + name:'storeOprs', + component:()=>import("@/views/mine/stores/storeOprs.vue") }, { - path:"/order/hb", - name:'order-hb', - component:()=>import("@/views/order/hb.vue") + path:"/mine/storeOprs-add", + name:'stores-add', + component:()=>import("@/views/mine/stores/storeOprs-add.vue") + }, + { + path:"/mine/storeOprs-detail", + name:'stores-detail', + component:()=>import("@/views/mine/stores/storeOprs-detail.vue") }, { path:"/order/wxScore", name:'order-wxScore', component:()=>import("@/views/order/wxScore.vue") }, - { - path:"/order/gzzj", - name:'order-wxScore', - component:()=>import("@/views/order/gzzj.vue") - }, - { - path:"/order/dmf", - name:'order-dmf', - component:()=>import("@/views/order/dmf.vue") - }, - { - path:"/order/hbjl", - name:'order-hbjl', - component:()=>import("@/views/order/hbjl.vue") - }, - { - path:"/order/gjzj", - name:'order-gjzj', - component:()=>import("@/views/order/gjzj.vue") - }, - { - path:"/order/phone", - name:'order-phone', - component:()=>import("@/views/order/phone.vue") - }, - { - path:"/order/zxh", - name:'order-zxh', - component:()=>import("@/views/order/zxh.vue") - }, - - { - path:"/order/xyg", - name:'order-xyg', - component:()=>import("@/views/order/xyg.vue") - }, - { - path:"/order/xyg-hb", - name:'order-xyg-hb', - component:()=>import("@/views/order/xyg-hb.vue") - }, - { - path:"/order/xyg-cx", - name:'order-xyg-cx', - component:()=>import("@/views/order/xyg-cx.vue") - }, - { - path:"/order/order-lthyj", - name:'order-lthyj', - component:()=>import("@/views/order/order-lthyj.vue") - }, //和微分 { path:"/wx-pay-score", name:'store-wxPayScore', component:()=>import("@/views/old/store/wx-pay-score.vue") + }, + { + path:"/wx-test-code", + name:'wxTestCode', + component:()=>import("@/views/old/store/wx-test-code.vue") }, { path:"/wx-getWxQRCode", @@ -980,11 +231,6 @@ path:"/wx-scoreResult", name:'wx-scoreResult', component:()=>import("@/views/old/store/wx-score-result.vue") - }, - { - path:"/order/order-lthyj", - name:'order-lthyj', - component:()=>import("@/views/order/order-lthyj.vue") }, // 账号管理 - 路由 @@ -998,18 +244,6 @@ name:'account-add', component:()=>import("@/views/mine/account/account-add.vue") }, - - - - - - - { - path:"/relatedpictures", - name:'relatedpictures', - component:()=>import("@/views/relatedPictures.vue") - }, - { path:"/template/list", @@ -1032,121 +266,16 @@ name:'template_distribute', component:()=>import("@/views/template/distribute.vue") }, - - - //banner主要内容 - { - path:"/bannerContent", - name:'bannerContent', - component:()=>import("@/views/old/store/bannerContent/bannerContent.vue") - }, - - //逾期 - { - path:"/overdue", - name:'overdue', - component:()=>import("@/views/mdyh/overdue/overdue.vue"), - }, - { - path:"/ovderdueDetail", - name:'ovderdueDetail', - component:()=>import("@/views/mdyh/overdue/ovderdueDetail.vue"), - }, - //办单教程 - { - path:"/bdCourse", - name:'bdCourse', - component:()=>import("@/views/mdyh/bdjc/bdCourse.vue") - }, - //商户贴息 - { - path:"/shtx", - name:'shtx', - component:()=>import("@/views/mdyh/shtx/shtx.vue") - }, //商户资料 { path:"/setting/mer-date", name:'mer-date', - component:()=>import("@/views/mdyh/shtx/mer-date.vue") - }, - - // 花呗间联 - { - path:"/creat-hbjl", - name:'creat-hbjl', - component:()=>import("@/views/old/store/hbjl/creat-hbjl.vue") - }, - { - path:"/hbjl-qr", - name:'hbjl-qr', - component:()=>import("@/views/old/store/hbjl/hbjl-qr.vue") - }, - - { - path:"/hbcp", - name:'hbcp', - component:()=>import("@/views/old/store/hbcp.vue") - }, - // 云南联通合约机 - { - path:"/lthyj", - name:'lthyj', - component:()=>import("@/views/old/store/lthyj.vue") - }, - { - path:"/hbcp_sh", - name:'hbcp_sh', - component:()=>import("@/views/old/store/hbcp_sh.vue") - }, - { - path:'/channel-selection_sh', - name:'channel-selection_sh', - component(resolve) { - require(['@/views/old/store/channel-selection_sh.vue'], resolve); - } - }, - { - path:'/choose-payment-method', - name:'choose-payment-method', - component(resolve) { - require(['@/views/old/store/choose-payment-method.vue'], resolve); - } - }, - { - path:'/store-shsk', - name:'store-shsk', - component(resolve) { - require(['@/views/old/store/shsk/shsk.vue'], resolve); - } - }, - { - path:'/getShskQRCode', - name:'getShskQRCode', - component(resolve) { - require(['@/views/old/store/getShskQRCode.vue'], resolve); - } - }, - { - path:'/shsk-payResult', - name:'shsk-payResult', - component(resolve) { - require(['@/views/old/store/shsk/payResult.vue'], resolve); - } + component:()=>import("@/views/mine/mer/mer-data.vue") }, { path:'/loginByWx', name:'login-by-wx', component:()=>import("@/views/user/loginByWx.vue"), - // meta:{ - // isLogin:false, - // isOpenId:true - // } - }, - { - path:'/supplement', - name:'supplement', - component:()=>import("@/views/user/supplement.vue"), // meta:{ // isLogin:false, // isOpenId:true -- Gitblit v1.8.0