mirror of
https://gitee.com/bootx/dax-pay-h5
synced 2026-08-12 07:25:40 +08:00
feat 进件信息填写优化
This commit is contained in:
@@ -591,11 +591,11 @@ import type { WebHeaders } from '#/web'
|
||||
import router from '@/router'
|
||||
|
||||
const route = useRoute()
|
||||
const { id: applyId, token, client } = route.query
|
||||
const { id: applyId, token } = route.query
|
||||
// 请求头信息
|
||||
const headers = {
|
||||
'AccessToken': token,
|
||||
'x-client-code': client,
|
||||
'x-client-code': 'dax-pay-gateway',
|
||||
} as WebHeaders
|
||||
|
||||
// 控制当前页面数据对象
|
||||
|
||||
@@ -558,11 +558,11 @@ import type { WebHeaders } from '#/web'
|
||||
import router from '@/router'
|
||||
|
||||
const route = useRoute()
|
||||
const { id: applyId, token, client } = route.query
|
||||
const { id: applyId, token } = route.query
|
||||
// 请求头信息
|
||||
const headers = {
|
||||
'AccessToken': token,
|
||||
'x-client-code': client,
|
||||
'x-client-code': 'dax-pay-gateway',
|
||||
} as WebHeaders
|
||||
|
||||
// 控制当前页面数据对象
|
||||
|
||||
@@ -680,11 +680,11 @@ import type { WebHeaders } from '#/web'
|
||||
import router from '@/router'
|
||||
|
||||
const route = useRoute()
|
||||
const { id: applyId, token, client } = route.query
|
||||
const { id: applyId, token } = route.query
|
||||
// 请求头信息
|
||||
const headers = {
|
||||
'AccessToken': token,
|
||||
'x-client-code': client,
|
||||
'x-client-code': 'dax-pay-gateway',
|
||||
} as WebHeaders
|
||||
|
||||
// 控制当前页面数据对象
|
||||
|
||||
Reference in New Issue
Block a user