Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cb614cea
authored
Aug 26, 2025
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix(orderTrack): 更新协议模板下载链接,添加token参数以增强安全性
parent
fa91f2a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/OrderTrack/goods.vue
src/views/OrderTrack/goods.vue
View file @
cb614cea
...
...
@@ -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
:
''
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment