BUG 31037

This commit is contained in:
aixianling
2022-09-21 16:21:41 +08:00
parent 02bdd4ab18
commit 2583312007
8 changed files with 8 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ export default {
upLoad(img) {
return new Promise((resolve, reject) => {
uni.uploadFile({
url: `${this.$instance.baseURL}/admin/file/add`,
url: `${this.$instance.defaults.baseURL}/admin/file/add`,
filePath: img,
name: 'file',
header: {