Compare commits
No commits in common. "3bf381f5c55ca9b2d6b785c9d6fac9e0191bd185" and "016e87277b513912e8d1123ea08a3d49e7c3c168" have entirely different histories.
3bf381f5c5
...
016e87277b
|
@ -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': '*/*',
|
||||
|
|
Loading…
Reference in New Issue