Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
5d6f1346
Commit
5d6f1346
authored
Aug 13, 2021
by
RuoYi
Browse files
多图上传组件移除多余的api地址
parent
f02743bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/components/ImageUpload/index.vue
View file @
5d6f1346
...
@@ -184,7 +184,7 @@ export default {
...
@@ -184,7 +184,7 @@ export default {
let
strs
=
""
;
let
strs
=
""
;
separator
=
separator
||
"
,
"
;
separator
=
separator
||
"
,
"
;
for
(
let
i
in
list
)
{
for
(
let
i
in
list
)
{
strs
+=
list
[
i
].
url
+
separator
;
strs
+=
list
[
i
].
url
.
replace
(
this
.
baseUrl
,
""
)
+
separator
;
}
}
return
strs
!=
''
?
strs
.
substr
(
0
,
strs
.
length
-
1
)
:
''
;
return
strs
!=
''
?
strs
.
substr
(
0
,
strs
.
length
-
1
)
:
''
;
}
}
...
...
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