Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
jinmao-community-platform
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e6c7ea5f
authored
May 26, 2021
by
袁晓帅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改图片不能上传的问题
parent
28a1f353
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
14 deletions
+21
-14
src/components/page/IOC/activity.vue
+2
-2
src/components/page/IOC/advertising.vue
+4
-4
src/components/page/IOC/data.vue
+1
-1
src/components/page/IOC/greenPlant.vue
+2
-2
src/components/page/IOC/recipe.vue
+2
-2
src/components/page/IOC/sellCarport.vue
+10
-3
No files found.
src/components/page/IOC/activity.vue
View file @
e6c7ea5f
...
...
@@ -58,7 +58,7 @@
<div
style=
"display: flex;flex-direction: column;"
>
<el-upload
class=
"avatar-uploader"
action=
"http://39.97.169.207:9200/baseInfo/uploadPhoto
"
:action=
"this.baseURL + '/baseInfo/uploadPhoto'
"
:show-file-list=
"false"
:headers=
"headers"
:on-success=
"handleadd"
...
...
@@ -95,7 +95,7 @@
<div
style=
"display: flex;flex-direction: column;"
>
<el-upload
class=
"avatar-uploader"
action=
"http://39.97.169.207:9200/baseInfo/uploadPhoto
"
:action=
"this.baseURL + '/baseInfo/uploadPhoto'
"
:show-file-list=
"false"
:headers=
"headers"
:on-success=
"handleedit"
...
...
src/components/page/IOC/advertising.vue
View file @
e6c7ea5f
...
...
@@ -54,7 +54,7 @@
<el-upload
v-loading=
"loading"
class=
"avatar-uploader"
action=
"http://39.97.169.207:9200/baseInfo/uploadPhoto
"
:action=
"this.baseURL + '/baseInfo/uploadPhoto'
"
:show-file-list=
"false"
:headers=
"headers"
:on-success=
"handlevideoSuccess"
...
...
@@ -71,7 +71,7 @@
<div
style=
"display: flex;flex-direction: column;"
>
<el-upload
class=
"avatar-uploader"
action=
"http://39.97.169.207:9200/baseInfo/uploadPhoto
"
:action=
"this.baseURL + '/baseInfo/uploadPhoto'
"
:show-file-list=
"false"
:headers=
"headers"
:on-success=
"handleAvatarSuccess"
...
...
@@ -105,7 +105,7 @@
<el-upload
v-loading=
"loading"
class=
"avatar-uploader"
action=
"http://39.97.169.207:9200/baseInfo/uploadPhoto
"
:action=
"this.baseURL + '/baseInfo/uploadPhoto'
"
:show-file-list=
"false"
:headers=
"headers"
:on-success=
"handlevideoedit"
...
...
@@ -122,7 +122,7 @@
<div
style=
"display: flex;flex-direction: column;"
>
<el-upload
class=
"avatar-uploader"
action=
"http://39.97.169.207:9200/baseInfo/uploadPhoto
"
:action=
"this.baseURL + '/baseInfo/uploadPhoto'
"
:show-file-list=
"false"
:headers=
"headers"
:on-success=
"handleAvataredit"
...
...
src/components/page/IOC/data.vue
View file @
e6c7ea5f
...
...
@@ -106,7 +106,7 @@
<div>
<el-upload
class=
"avatar-uploader"
action=
"http://39.97.169.207:9200/baseInfo/uploadPhoto
"
:action=
"this.baseURL + '/baseInfo/uploadPhoto'
"
:headers=
"headers"
:show-file-list=
"false"
:on-success=
"handleAvatarSuccess"
...
...
src/components/page/IOC/greenPlant.vue
View file @
e6c7ea5f
...
...
@@ -48,7 +48,7 @@
<div
style=
"display: flex;flex-direction: column;"
>
<el-upload
class=
"avatar-uploader"
action=
"http://39.97.169.207:9200/baseInfo/uploadPhoto
"
:action=
"this.baseURL + '/baseInfo/uploadPhoto'
"
:headers=
"headers"
:show-file-list=
"false"
:on-success=
"handleAvatarSuccess"
...
...
@@ -80,7 +80,7 @@
<div
style=
"display: flex;flex-direction: column;"
>
<el-upload
class=
"avatar-uploader"
action=
"http://39.97.169.207:9200/baseInfo/uploadPhoto
"
:action=
"this.baseURL + '/baseInfo/uploadPhoto'
"
:headers=
"headers"
:show-file-list=
"false"
:on-success=
"handleAvataredit"
...
...
src/components/page/IOC/recipe.vue
View file @
e6c7ea5f
...
...
@@ -53,7 +53,7 @@
<div
style=
"display: flex;flex-direction: column;"
>
<el-upload
class=
"avatar-uploader"
action=
"http://39.97.169.207:9200/baseInfo/uploadPhoto
"
:action=
"this.baseURL + '/baseInfo/uploadPhoto'
"
:show-file-list=
"false"
:headers=
"headers"
:on-success=
"handleAvatarSuccess"
...
...
@@ -85,7 +85,7 @@
<div
style=
"display: flex;flex-direction: column;"
>
<el-upload
class=
"avatar-uploader"
action=
"http://39.97.169.207:9200/baseInfo/uploadPhoto
"
:action=
"this.baseURL + '/baseInfo/uploadPhoto'
"
:show-file-list=
"false"
:headers=
"headers"
:on-success=
"handleAvataredit"
...
...
src/components/page/IOC/sellCarport.vue
View file @
e6c7ea5f
...
...
@@ -47,7 +47,14 @@
</
template
>
</el-table-column>
</el-table>
<pagination
v-if=
"showpage"
@
pageSize=
"currentSize"
@
pageNum=
"currentPage"
:totalNum=
"totalNum"
></pagination>
<div
class=
"block text-right mt10"
v-if=
"showpage"
>
<el-pagination
@
size-change=
"currentSize"
@
current-change=
"currentPage"
layout=
"total, prev, pager, next, jumper"
:total=
"totalNum"
>
</el-pagination>
</div>
</div>
</div>
<el-dialog
:title=
"title"
:visible
.
sync=
"editdialogVisible"
width=
"40%"
>
...
...
@@ -68,9 +75,9 @@
</div>
</template>
<
script
>
import
pagination
from
'../../BasePagination.vue'
;
//
import pagination from '../../BasePagination.vue';
export
default
{
components
:
{
pagination
},
//
components: { pagination },
data
:
()
=>
({
loading
:
false
,
showpage
:
true
,
...
...
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