Compare commits

..

No commits in common. "3bf381f5c55ca9b2d6b785c9d6fac9e0191bd185" and "016e87277b513912e8d1123ea08a3d49e7c3c168" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ export function textSensitiveWord(data) {
// 图片上传资源库
export function uploadPicture(data) {
return axios({
url: import.meta.env.VITE_APP_BASE_API + '/smarttalk/file/upload',
url: '/dev-api/smarttalk/file/upload',
method: 'post',
headers: {
'Accept': '*/*',