Commit e880de85 by liangjianmin

refactor(orderTrack): update file upload URL to use NODE_ENVS

- Changed the file upload URL to dynamically use NODE_ENVS for better environment configuration.
- Ensured consistency in API endpoint management across the application.
parent 3a056314
Showing with 1 additions and 1 deletions
...@@ -320,7 +320,7 @@ ...@@ -320,7 +320,7 @@
] ]
}, },
// 文件上传相关 // 文件上传相关
uploadUrl: 'http://file.liexindev.net/uploadFile?sys_type=2', uploadUrl: NODE_ENVS + '/uploadFile?sys_type=2',
fileData: {}, fileData: {},
// 协议模板下载链接 // 协议模板下载链接
agreementTemplateUrl: NODE_ENVS + '/api/attachment/downloadAttachmentTemplate?type=cooperation_agreement&token=' + Tool.getCookie('token'), agreementTemplateUrl: NODE_ENVS + '/api/attachment/downloadAttachmentTemplate?type=cooperation_agreement&token=' + Tool.getCookie('token'),
......
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