diff --git a/src/assets/iconfont/demo_index.html b/src/assets/iconfont/demo_index.html index dbcf082893fe7433540e13d1b58dcdbbfb8627d3..0203ae44257c7126c923c10d28368ca1484ac3a1 100644 --- a/src/assets/iconfont/demo_index.html +++ b/src/assets/iconfont/demo_index.html @@ -930,9 +930,9 @@
@font-face {
   font-family: 'iconfont';
-  src: url('iconfont.woff2?t=1657158038229') format('woff2'),
-       url('iconfont.woff?t=1657158038229') format('woff'),
-       url('iconfont.ttf?t=1657158038229') format('truetype');
+  src: url('iconfont.woff2?t=1658487575752') format('woff2'),
+       url('iconfont.woff?t=1658487575752') format('woff'),
+       url('iconfont.ttf?t=1658487575752') format('truetype');
 }
 

第二步:定义使用 iconfont 的样式

diff --git a/src/assets/iconfont/iconfont.css b/src/assets/iconfont/iconfont.css index 948715365eed646c4de0ab24928ea9b1e2a8698a..c90e79b4f2c5815727e95d3d771eecdd62fde4b0 100644 --- a/src/assets/iconfont/iconfont.css +++ b/src/assets/iconfont/iconfont.css @@ -1,8 +1,8 @@ @font-face { font-family: "iconfont"; /* Project id 3289090 */ - src: url('iconfont.woff2?t=1657158038229') format('woff2'), - url('iconfont.woff?t=1657158038229') format('woff'), - url('iconfont.ttf?t=1657158038229') format('truetype'); + src: url('iconfont.woff2?t=1658487575752') format('woff2'), + url('iconfont.woff?t=1658487575752') format('woff'), + url('iconfont.ttf?t=1658487575752') format('truetype'); } .iconfont { diff --git a/src/assets/iconfont/iconfont.ttf b/src/assets/iconfont/iconfont.ttf index 8233b29747d03ff3a5a8fb9e78831d5dd31732ae..8ffd090ae5114f83896d926351782202279e309a 100644 Binary files a/src/assets/iconfont/iconfont.ttf and b/src/assets/iconfont/iconfont.ttf differ diff --git a/src/assets/iconfont/iconfont.woff b/src/assets/iconfont/iconfont.woff index a986c8191ba419611614a6dcd98d7689fd81b665..3b81a1ad60a80107d4ef631fff3e1b29d68a32b8 100644 Binary files a/src/assets/iconfont/iconfont.woff and b/src/assets/iconfont/iconfont.woff differ diff --git a/src/assets/iconfont/iconfont.woff2 b/src/assets/iconfont/iconfont.woff2 index 4a1db09d79d92612ba7c7e1d83909517d234f4cd..3bc64d30217c791a758cf6655f061f89b893ba6d 100644 Binary files a/src/assets/iconfont/iconfont.woff2 and b/src/assets/iconfont/iconfont.woff2 differ diff --git a/src/components/common/LittleCard.vue b/src/components/common/LittleCard.vue index c35ade92d745f9b80d2d1cf95217d8acd5c8709b..644ad1d8434077fdb7636e5ed631a41db68a57ae 100644 --- a/src/components/common/LittleCard.vue +++ b/src/components/common/LittleCard.vue @@ -2,15 +2,15 @@ * @Author: jiangzaicheng jiangzaicheng_jzc@163.com * @Date: 2022-07-04 16:24:00 * @LastEditors: jiangzaicheng jiangzaicheng_jzc@163.com - * @LastEditTime: 2022-07-12 14:08:47 + * @LastEditTime: 2022-07-22 16:50:12 * @FilePath: \mcep-h5\src\components\common\Tatle.vue * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> + + + diff --git a/src/router/index.ts b/src/router/index.ts index 1ef13a1f5d0a3ac8d28f5a1370193fd5adc03c22..28a46b61730aff0afe3d022415ff00a7db520aeb 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -2,7 +2,7 @@ * @Author: jiangzaicheng jiangzaicheng_jzc@163.com * @Date: 2022-07-04 15:41:06 * @LastEditors: jiangzaicheng jiangzaicheng_jzc@163.com - * @LastEditTime: 2022-07-22 15:48:19 + * @LastEditTime: 2022-07-22 16:54:54 * @FilePath: \mcep-h5\src\router\index.ts * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ @@ -13,7 +13,7 @@ import { Code } from "@/constants/enum/general/code.enum"; // import mainRoutes from "@/router/main.routing"; // import customerRoutes from "@/router/customer.mgt.routing"; // import marketingRoutes from "@/router/marketing.mgt.routing"; -// import workbenchRoutes from "@/router/workbench.routing"; +import workbenchRoutes from "@/router/workbench.routing"; import loginRoutes from "./login.mgt.routing"; import productRoutes from "./product.mgt.routing"; import mypageRoutes from "./mypage.mgt.routing"; @@ -36,7 +36,7 @@ const routes: Array = [ //...mainRoutes, // ...customerRoutes, // ...marketingRoutes, - // ...workbenchRoutes, + ...workbenchRoutes, ...loginRoutes, ...productRoutes, ...mypageRoutes, diff --git a/src/router/workbench.routing.ts b/src/router/workbench.routing.ts index a9c973cae76097e568e33eec8d19bac37d34b556..7fc69835d54f64446db1c7b9088f99989ed1894e 100644 --- a/src/router/workbench.routing.ts +++ b/src/router/workbench.routing.ts @@ -1,308 +1,31 @@ +/* + * @Author: jiangzaicheng jiangzaicheng_jzc@163.com + * @Date: 2022-07-22 15:33:25 + * @LastEditors: jiangzaicheng jiangzaicheng_jzc@163.com + * @LastEditTime: 2022-07-22 18:17:26 + * @FilePath: \mcep-h5\src\router\workbench.routing.ts + * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE + */ import { propsConvert } from "@/services/props-convert"; const prefix = "/workbench"; const workbenchRoutes = [ { - path: `${prefix}/index`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/WorkbenchView.vue"), + path: `/PersonLod`, + name: 'PersonLod', + component: () => import(/* webpackChunkName: "customer-mgt" */ "@/views/workbench/PersonLod.vue"), props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "工作台" }, + meta: { keepAlive: false, requiresAuth: true, name: "主页" }, }, - // 个人 { - path: `${prefix}/commonly-used/personal/business-inquiry`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/personal/BusinessInquiry.vue"), + path: `/Accommodation`, + name: 'Accommodation', + component: () => import(/* webpackChunkName: "customer-mgt" */ "@/views/workbench/Accommodation.vue"), props: propsConvert, - meta: { keepAlive: true, requiresAuth: true, name: "业务查询" }, - }, - // 对公 - { - path: `${prefix}/commonly-used/company/business-inquiry`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/company/BusinessInquiry.vue"), - props: propsConvert, - meta: { keepAlive: true, requiresAuth: true, name: "业务查询" }, - }, - { - path: `/OnlineEnquiry`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/company/OnlineEnquiry.vue"), - props: propsConvert, - meta: { keepAlive: true, requiresAuth: true, name: "网点查询" }, - }, - { - path: `/AuxiliaryTools`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/company/AuxiliaryTools.vue"), - props: propsConvert, - meta: { keepAlive: true, requiresAuth: true, name: "辅助工具" }, - }, - { - path: `/RepaymentTrialDetail`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/company/RepaymentTrialDetail.vue"), - props: propsConvert, - meta: { requiresAuth: true, name: "随意分详情" }, - }, - { - path: `/LoanCalculationDetail`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/company/LoanCalculationDetail.vue"), - props: propsConvert, - meta: {requiresAuth: true, name: "贷款试算详情" }, - }, - { - path: `${prefix}/commonly-used/company/customer-inquiry`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/company/CustomerInquiry.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "客户查询" }, - }, - { - path: `/Customerinquiry`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/personal/Customerinquiry.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "客户查询" }, - }, - { - path: `/PersonSimplifyView`, - name:'PersonSimplifyView', - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/personal/PersonSimplifyView.vue"), - props: propsConvert, - meta: { keepAlive: true, requiresAuth: true, name: "客户简版信息" }, - }, - { - path: `/CustomCheck`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/personal/CustomCheck.vue"), - props: propsConvert, - meta: { keepAlive: true, requiresAuth: true, name: "客户体检" }, - }, - { - path: `/UpcomingTask`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/personal/UpcomingTask.vue"), - props: propsConvert, - meta: { keepAlive: true, requiresAuth: true, name: "待办任务" }, - }, - // - { - path: `/SMEMarketingDetail`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/SME/SMEMarketingDetail.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "中小营销详情" }, - }, - { - path: `/TelMarketingDetail`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/personal/TelMarketingDetail.vue"), - props: propsConvert, - meta: { keepAlive: true, requiresAuth: true, name: "待办详情" }, - }, - // 对公待办任务 - { - path: `/CompanyAgencyTask`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/company/CompanyAgencyTask.vue"), - props: propsConvert, - meta: { keepAlive: true, requiresAuth: true, name: "待办任务" }, - }, - { - path: `/CommonFunctions`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/personal/CommonFunctions.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "常用功能" }, - }, - { - path: `/AddContactCheckView`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/personal/AddContactCheckView.vue"), - props: propsConvert, - meta: {requiresAuth: true, name: "贷后新增" }, - }, - { - path: `/CollectionDetails`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/personal/CollectionDetails.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "催收详情" }, - }, - { - path: `/RiskWarningDetail`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/company/RiskWarningDetail.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "风险预警处理" }, - }, - { - path: `/LoanCheckDetailView`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/company/LoanCheckDetailView.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "对公贷后检查" }, - }, - { - path: `/PostLoanDetailsView`, - name: `PostLoanDetailsView`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/personal/PostLoanDetailsView.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "个贷贷后检查详情" }, - }, - { - path: `/NetPostLoanDetailsView`, - name: `NetPostLoanDetailsView`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/personal/NetPostLoanDetailsView.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "网贷贷后检查详情" }, - }, - { - path: `/CollateralDetail`, - name: `CollateralDetail`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/personal/CollateralDetail.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "抵质押物详情" }, - }, - { - path: `${prefix}/commonly-used/personal/custom-check-info`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/personal/CustomCheckInfo.vue"), - props: propsConvert, - meta: { keepAlive: true, requiresAuth: true, name: "个人客户风险检查" }, - }, - { - path: `${prefix}/commonly-used/personal/post-note`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/personal/PostNote.vue"), - props: propsConvert, - meta: { keepAlive: true, requiresAuth: true, name: "短信验证" }, - }, - { - path: `${prefix}/schedule-reminder/add-reminder`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/schedule-reminder/AddReminder.vue"), - props: propsConvert, - meta: { keepAlive: true, requiresAuth: true, name: "新增提醒" }, - }, - { - path: `${prefix}/MessageReminderView`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/message-reminder/MessageReminderView.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "消息提醒" }, - }, - { - path: `${prefix}/schedule-reminder/more`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/schedule-reminder/More.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "日程提醒" }, - }, - // { - // path: `/ProductsRecommended`, - // component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/products-recommended/ProductsRecommended.vue"), - // props: propsConvert, - // meta: { keepAlive: false, requiresAuth: true, name: "产品推介" }, - // }, - // { - // path: `/ProductDetails`, - // component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/products-recommended/loan-products/ProductDetails.vue"), - // props: propsConvert, - // meta: { keepAlive: false, requiresAuth: true, name: "产品详情" }, - // }, - { - path: `${prefix}/upcoming-tasks/risk-warning-handle/taskList-operate`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/upcoming-tasks/risk-warning-handle/TaskListOperate.vue"), - props: propsConvert, - meta: { keepAlive: true, requiresAuth: true, name: "风险预警处理" }, - }, - { - path: `${prefix}/upcoming-tasks/periodic-inspection/periodic-inspection-handle`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/upcoming-tasks/periodic-inspection/PeriodicInspectionHandle.vue"), - props: propsConvert, - meta: { keepAlive: true, requiresAuth: true, name: "定期检查处理" }, - }, - { - path: '/MarketingTask', - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/upcoming-tasks/marketing-task/MarketingTask.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "待办处理" }, - }, - //对公营销客户拜访 - { - path: '/ComVisitMarkDetail', - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/upcoming-tasks/marketing-task/company/ComVisitMarkDetail.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "对公营销客户拜访" }, - }, - //对公营销招商引资企业营销 - { - path: '/ComAttractMarkDetail', - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/upcoming-tasks/marketing-task/company/ComAttractMarkDetail.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "对公营销招商引资企业营销" }, - }, - //对公精准客户信息摸查任务创建 - { - path: '/ComProjectMarkDetail', - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/upcoming-tasks/marketing-task/company/ComProjectMarkDetail.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "对公精准客户信息摸查任务创建" }, - }, - //对公精准营销推进专项 - { - path: '/ComPreMarkDetail', - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/upcoming-tasks/marketing-task/company/ComPreMarkDetail.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "对公精准营销推进专项" }, - }, - { - path: '/PerMarketingAdd', - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/upcoming-tasks/marketing-task/PerMarketingAdd.vue"), - props: propsConvert, - meta: { keepAlive: true, requiresAuth: true, name: "个人上门营销-新增" }, - }, - { - path: '/TimeAxis', - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/upcoming-tasks/marketing-task/time-axis/TimeAxis.vue"), - props: propsConvert, - meta: { keepAlive: true, requiresAuth: true, name: "时光轴" }, - }, - { - path: '/perTelMarkTimeAxis', - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/upcoming-tasks/marketing-task/time-axis/personal/perTelMarkTimeAxis.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "个人电话营销时光轴" }, - }, - // 面签新增 - { - path: `/AddContractFaceSign`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/contract/AddContractFaceSign.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "新增面签" }, - }, - //面签流程 - { - path: `/FaceSignView`, - name: `FaceSignView`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/contract/FaceSignView.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "面签" }, - }, - //面签复核 - { - path: `/FaceSignReviewView`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/contract/FaceSignReviewView.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "面签复核" }, - }, - //个人业务查询 - { - path: `/GDBusinessQuery`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/personal/GDBusinessQuery.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "个人业务查询" }, - }, - //对公业务查询 - { - path: `/DGBusinessQuery`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/company/DGBusinessQuery.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "对公业务查询" }, - }, - { - path: `/ProcessView`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/company/ProcessView.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "流程列表详情" }, - }, - { - path: `/HistoryView`, - component: () => import(/* webpackChunkName: "workbench" */ "@/views/workbench/commonly-used/company/HistoryView.vue"), - props: propsConvert, - meta: { keepAlive: false, requiresAuth: true, name: "流程历史查询" }, - }, - + meta: { keepAlive: false, requiresAuth: true, name: "贷款信息" }, + } + + ]; export default workbenchRoutes; diff --git a/src/services/component-vue.service.ts b/src/services/component-vue.service.ts index e853df76931d0c9767dd05c282147b4f9060fb57..170ceec5a4249ba95e818e347b419f746d0c5649 100644 --- a/src/services/component-vue.service.ts +++ b/src/services/component-vue.service.ts @@ -2,7 +2,7 @@ * @Author: jiangzaicheng jiangzaicheng_jzc@163.com * @Date: 2022-07-04 15:41:06 * @LastEditors: jiangzaicheng jiangzaicheng_jzc@163.com - * @LastEditTime: 2022-07-14 19:59:12 + * @LastEditTime: 2022-07-22 18:12:35 * @FilePath: \mcep-h5\src\services\component-vue.service.ts * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ @@ -30,9 +30,11 @@ import CardPottom from "@/components/common/CardPottom.vue"; import LittleCard from "@/components/common/LittleCard.vue"; import CardUnLogin from "@/components/common/CardUnLogin.vue"; import ProductDetail from "@/components/common/ProductDetail.vue"; - +import PicketAcced from "@/components/common/PicketAcced.vue"; import ProductCard from "@/components/common/ProductCard.vue"; + + ProductCard declare module "vue/types/vue" { interface Vue { @@ -106,6 +108,8 @@ class ComponentVueService { Vue.component("uncard-bar", CardUnLogin); Vue.component("product-detail", ProductDetail); Vue.component("product-card", ProductCard); + Vue.component("picket-acced", PicketAcced); + } } const componentService = new ComponentVueService(); diff --git a/src/views/MyView/MyPage.vue b/src/views/MyView/MyPage.vue index 3e9ce51bb4ec492587ee6a1bd26a5bf76e780137..bf33fd4e49f63ca2fdfee9e6e49746c320ebbe50 100644 --- a/src/views/MyView/MyPage.vue +++ b/src/views/MyView/MyPage.vue @@ -2,7 +2,7 @@ * @Author: jiangzaicheng jiangzaicheng_jzc@163.com * @Date: 2022-07-05 14:05:30 * @LastEditors: jiangzaicheng jiangzaicheng_jzc@163.com - * @LastEditTime: 2022-07-14 13:48:42 + * @LastEditTime: 2022-07-22 18:18:30 * @FilePath: \mcep-h5\src\views\main\MainView.vue * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -13,11 +13,11 @@
- +
- +
@@ -37,29 +37,31 @@ export default class MyPage extends Vue { created() { //判断登录登陆状态 //this.loginFlag=localStorage.getItem("loginFlag") - if(this.loginFlag){ + if (this.loginFlag) { this.param = { - name:"孙旭东", - live:"二星级", - grow:"531" + name: "孙旭东", + live: "二星级", + grow: "531" } - }else{ - this.param={ - name:"登录/注册" + } else { + this.param = { + name: "登录/注册" } } - + } //列表信息 litterParam: any = [{ productname: "个人信息", //个人信息 - img: "#icon-a-gerenxinxi16x16px" + img: "#icon-a-gerenxinxi16x16px", + flag: "PersonLod" }, { productname: "我的贷款", //图片信息 - img: "#icon-a-wodedaikuan16x16px" + img: "#icon-a-wodedaikuan16x16px", + flag: "Accommodation" }, { productname: "兑换记录", @@ -71,6 +73,22 @@ export default class MyPage extends Vue { //图片信息 img: "#icon-a-hezuoqiye16x16px" }] + + //点击事件 + litterParamClick(item: any) { + + if (item.flag === "PersonLod") { + this.$router.push({ + name: "PersonLod" + //参数 + }) + } else if (item.flag === "Accommodation") { + this.$router.push({ + name: "Accommodation" + //参数 + }) + } + } } diff --git a/src/views/workbench/PersonLod.vue b/src/views/workbench/PersonLod.vue new file mode 100644 index 0000000000000000000000000000000000000000..323108498c632f61539a12ff5e094991fa4ffc7e --- /dev/null +++ b/src/views/workbench/PersonLod.vue @@ -0,0 +1,75 @@ + + + + + +