mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 01:56:44 +08:00
[fix] 添加查看条款功能,并通过eslint --fix 修复卡单模块代码
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user