正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -218,7 +218,7 @@ export default { | @@ -218,7 +218,7 @@ export default { | ||
218 | } | 218 | } |
219 | for (var i = 0; i < this.picList.length; i++) { | 219 | for (var i = 0; i < this.picList.length; i++) { |
220 | uni.uploadFile({ | 220 | uni.uploadFile({ |
221 | - url: 'https://xqztc.gxnrvtc.edu.cn:7002/basic/v1/oss/upload', | 221 | + url: _this.ossInit.host, |
222 | filePath: _this.picList[i], | 222 | filePath: _this.picList[i], |
223 | name: "file", | 223 | name: "file", |
224 | formData: formdata, | 224 | formData: formdata, |
请
注册
或
登录
后发表评论