This commit is contained in:
parent
f79565ea5a
commit
588a21585c
|
|
@ -199,6 +199,7 @@ const uploadSignUrl = async (base64Data) => {
|
|||
taskType: opts.taskType || '',
|
||||
publishTask: opts.publishTask || '',
|
||||
ids: opts.ids,
|
||||
leaseProjectId: opts.leaseProjectId || '',
|
||||
}
|
||||
console.log('🚀 ~ success: ~ params:', params)
|
||||
const res = await updateLeaseApplyInfoSign(params)
|
||||
|
|
|
|||
|
|
@ -146,12 +146,13 @@ const onSignature = (e, item) => {
|
|||
console.log('电子签名-item', item)
|
||||
const params = {
|
||||
id: item.id,
|
||||
leaseSignUrl: item.leaseSignUrl,
|
||||
leaseSignType: item.leaseSignType,
|
||||
// leaseSignUrl: item.leaseSignUrl,
|
||||
// leaseSignType: item.leaseSignType,
|
||||
isLease: true,
|
||||
taskType: item.taskType,
|
||||
publishTask: item.publishTask,
|
||||
ids: item.ids,
|
||||
leaseProjectId: item.leaseProjectId,
|
||||
}
|
||||
uni.navigateTo({
|
||||
url: `/pages/my/signature?params=${JSON.stringify(params)}`,
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@ export default defineConfig({
|
|||
proxy: {
|
||||
// 在此处编写代理规则
|
||||
'/api': {
|
||||
target: 'http://sgwpdm.ah.sgcc.com.cn/iws/jiju-api',
|
||||
// target: 'http://192.168.0.96:18080',
|
||||
// target: 'http://sgwpdm.ah.sgcc.com.cn/iws/jiju-api',
|
||||
target: 'http://192.168.0.96:18080',
|
||||
// target: 'http://36.33.26.201:19988/prod-api/',
|
||||
// target: 'http://192.168.0.234:18080',
|
||||
// target: 'http://localhost:18080',
|
||||
|
|
|
|||
Loading…
Reference in New Issue