Commit cb614cea by liangjianmin

fix(orderTrack): 更新协议模板下载链接,添加token参数以增强安全性

parent fa91f2a0
Showing with 1 additions and 1 deletions
......@@ -300,7 +300,7 @@
uploadUrl: 'http://file.liexindev.net/uploadFile?sys_type=2',
fileData: {},
// 协议模板下载链接
agreementTemplateUrl: NODE_ENVS + '/api/attachment/downloadAttachmentTemplate?type=cooperation_agreement',
agreementTemplateUrl: NODE_ENVS + '/api/attachment/downloadAttachmentTemplate?type=cooperation_agreement&token=' + Tool.getCookie('token'),
// 协议状态信息
agreementStatus: {
status_name: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment