This commit is contained in:
bb_pan 2025-07-26 13:01:19 +08:00
parent f79565ea5a
commit 588a21585c
3 changed files with 6 additions and 4 deletions

View File

@ -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)

View File

@ -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)}`,

View File

@ -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',