feat: 完成 shjjy153 分支 jjy 项目配置切换和签名功能优化

This commit is contained in:
panchengyong
2026-03-15 12:12:37 +08:00
parent 6b131e07ab
commit 0cd7ebe202
9 changed files with 223 additions and 9 deletions

View File

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