|
@@ -80,7 +80,7 @@
|
|
|
<u-form-item label="文件上传">
|
|
|
<el-upload
|
|
|
class="upload-demo"
|
|
|
- :action="`http://we4k7g.natappfree.cc/api/public-modules-server/oss/file/webUpload/upload`"
|
|
|
+ :action="`http://localhost:2800/api/public-modules-server/oss/file/webUpload/upload`"
|
|
|
:on-remove="(file, fileList) => handleRemove(file, fileList, index_experience,'detail')"
|
|
|
:file-list="inputForm.detailInfos[index_experience].fileInfoLost"
|
|
|
:on-success="(response, file, fileList) => handleUploadSuccess(response, file, fileList,index_experience,'detail')"
|
|
@@ -108,7 +108,7 @@
|
|
|
<u-form-item label="附件">
|
|
|
<el-upload
|
|
|
class="upload-demo"
|
|
|
- :action="`http://5hrd5v.natappfree.cc/api/public-modules-server/oss/file/webUpload/upload`"
|
|
|
+ :action="`http://localhost:2800/api/public-modules-server/oss/file/webUpload/upload`"
|
|
|
:on-remove="(file, fileList) => handleRemove(file, fileList, '','')"
|
|
|
:file-list="inputForm.files"
|
|
|
:on-success="(response, file, fileList) => handleUploadSuccess(response, file, fileList,'','')"
|
|
@@ -200,7 +200,7 @@
|
|
|
<u-form-item label="文件上传">
|
|
|
<el-upload
|
|
|
class="upload-demo"
|
|
|
- :action="`http://we4k7g.natappfree.cc/api/public-modules-server/oss/file/webUpload/upload`"
|
|
|
+ :action="`http://localhost:2800/api/public-modules-server/oss/file/webUpload/upload`"
|
|
|
:on-remove="(file, fileList) => handleRemove(file, fileList, index_experience,'detail')"
|
|
|
:file-list="inputForm.detailInfos[index_experience].fileInfoLost"
|
|
|
:on-success="(response, file, fileList) => handleUploadSuccess(response, file, fileList,index_experience,'detail')"
|
|
@@ -229,7 +229,7 @@
|
|
|
<el-upload
|
|
|
style="width: 20%;"
|
|
|
class="upload-demo"
|
|
|
- :action="`http://we4k7g.natappfree.cc/api/public-modules-server/oss/file/webUpload/upload`"
|
|
|
+ :action="`http://localhost:2800/api/public-modules-server/oss/file/webUpload/upload`"
|
|
|
:on-remove="(file, fileList) => handleRemove(file, fileList, '','')"
|
|
|
:file-list="inputForm.files"
|
|
|
:on-success="(response, file, fileList) => handleUploadSuccess(response, file, fileList,'','')"
|