Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
MeterSphere
Commits
4d81b0fa
Commit
4d81b0fa
authored
4 years ago
by
Captain.B
Committed by
刘瑞斌
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix(项目文件更新): 修复项目文件更新时地址多了一个/
parent
6dc7286f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/business/components/performance/test/components/ResourceFiles.vue
+1
-1
.../components/performance/test/components/ResourceFiles.vue
with
1 addition
and
1 deletion
+1
-1
frontend/src/business/components/performance/test/components/ResourceFiles.vue
+
1
-
1
View file @
4d81b0fa
...
...
@@ -167,7 +167,7 @@ export default {
}
let
formData
=
new
FormData
();
let
url
=
'
/project/update/file/
'
+
'
/
'
+
this
.
currentRow
.
id
let
url
=
'
/project/update/file/
'
+
this
.
currentRow
.
id
formData
.
append
(
"
file
"
,
file
);
let
options
=
{
method
:
'
POST
'
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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