[fix] 添加查看条款功能,并通过eslint --fix 修复卡单模块代码

This commit is contained in:
tian.guangyuan
2020-04-21 14:48:00 +08:00
parent d97bba7845
commit 8b32ccdbaa
10 changed files with 372 additions and 281 deletions

View File

@@ -6,6 +6,8 @@ const pay = () => import('@/views/ebiz/cardList/Pay')
const payResult = () => import('@/views/ebiz/cardList/PayResult')
const paySuccess = () => import('@/views/ebiz/cardList/PaySuccess')
const payLoser = () => import('@/views/ebiz/cardList/PayLoser')
const ShowPDF = () => import('@/views/ebiz/cardList/ShowPDF')
export default [
{
path: '/cardList/information',
@@ -69,5 +71,15 @@ export default [
title: '支付失败',
index: 6
}
},
{
path: '/cardList/ShowPDF',
name: 'ShowPDF',
component: ShowPDF,
meta: {
title: '',
index: 7
}
}
]