feat: 更新签名页面和合同文件

This commit is contained in:
panchengyong
2026-03-14 20:31:27 +08:00
parent d83d6d66fd
commit 6b131e07ab
7 changed files with 10 additions and 6 deletions

View File

@@ -197,7 +197,8 @@ public class WaUserController {
WaUsers user = new WaUsers(); WaUsers user = new WaUsers();
user.setId(pid); user.setId(pid);
// user.setContract("https://anyue.szxingming.com/"+pdfResultVo.getUrl()); // user.setContract("https://anyue.szxingming.com/"+pdfResultVo.getUrl());
user.setContract("https://xiashengjun.com/"+pdfResultVo.getUrl()); // user.setContract("https://xiashengjun.com/"+pdfResultVo.getUrl());
user.setContract("https://ccd.fwxgpt.com/"+pdfResultVo.getUrl());
waUsersDao.updateById(user); waUsersDao.updateById(user);
} }
return CommonResult.success(pdfResultVo); return CommonResult.success(pdfResultVo);

View File

@@ -4,7 +4,9 @@
// let domain ='https://shopadmin.bosenyuan.com' // let domain ='https://shopadmin.bosenyuan.com'
// let domain = 'https://jf.bosenyuan.com' // let domain = 'https://jf.bosenyuan.com'
// let domain = 'https://jfanyue.szxingming.com' // let domain = 'https://jfanyue.szxingming.com'
let domain = 'https://jf.wenjinhui.com' // let domain = 'https://jf.wenjinhui.com'
// let domain = 'https://jjy-jf.fwxgpt.com'
let domain = 'https://ccd-jf.fwxgpt.com'
module.exports = { module.exports = {
// 请求域名 格式: https://您的域名 // 请求域名 格式: https://您的域名
@@ -12,7 +14,7 @@ module.exports = {
// HTTP_REQUEST_URL:'', // HTTP_REQUEST_URL:'',
HTTP_REQUEST_URL: domain, HTTP_REQUEST_URL: domain,
// H5商城地址 // H5商城地址
HTTP_H5_URL: 'https://jf.wenjinhui.com', HTTP_H5_URL: 'https://ccd-jf.fwxgpt.com',
// #endif // #endif
// #ifdef H5 // #ifdef H5
HTTP_REQUEST_URL:domain, HTTP_REQUEST_URL:domain,

View File

@@ -34,7 +34,7 @@
export default { export default {
data() { data() {
return { return {
pdfUrl: '/static/templates-ay.pdf', pdfUrl: '/static/sign_contract_ccd.pdf',
userId: '', userId: '',
isMobile: false, isMobile: false,
usePdfJs: false, usePdfJs: false,

View File

@@ -16,7 +16,7 @@ export default {
}, },
onLoad(options) { onLoad(options) {
const url = options && options.url ? decodeURIComponent(options.url) : '/static/templates.pdf' const url = options && options.url ? decodeURIComponent(options.url) : '/static/sign_contract_ccd.pdf'
this.pdfUrl = url this.pdfUrl = url
}, },

View File

@@ -360,7 +360,8 @@ export default {
}); });
// 返回 // 返回
setTimeout(() => { setTimeout(() => {
window.location.href = 'https://shop.wenjinhui.com/?#/pages/rushing/index' + (this.userId ? ('?user_id=' + this.userId) : '') window.location.href = 'https://ccd.fwxgpt.com/?#/pages/rushing/index' + (this.userId ? ('?user_id=' + this.userId) : '')
// window.location.href = 'https://shop.wenjinhui.com/?#/pages/rushing/index' + (this.userId ? ('?user_id=' + this.userId) : '')
// window.location.href = 'https://anyue.szxingming.com/?#/pages/rushing/index' + (this.userId ? ('?user_id=' + this.userId) : '') // window.location.href = 'https://anyue.szxingming.com/?#/pages/rushing/index' + (this.userId ? ('?user_id=' + this.userId) : '')
// window.location.href = 'https://xiashengjun.com/?#/pages/rushing/index' + (this.userId ? ('?user_id=' + this.userId) : '') // window.location.href = 'https://xiashengjun.com/?#/pages/rushing/index' + (this.userId ? ('?user_id=' + this.userId) : '')
// window.location.href = 'https://shop.uj345.com/?#/pages/rushing/index' + (this.userId ? ('?user_id=' + this.userId) : '') // window.location.href = 'https://shop.uj345.com/?#/pages/rushing/index' + (this.userId ? ('?user_id=' + this.userId) : '')

Binary file not shown.

Binary file not shown.