接口地址修改

This commit is contained in:
灌糖包子 2021-10-10 15:17:26 +08:00
parent 590aac6924
commit 9d7cfd0345
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@
<el-form-item >
<el-upload
ref="musicUpload"
action="/dingtalk_push/uploadMusic"
action="/dingtalk_push/upload/music"
name="file"
accept=".mp3,.flac"
:headers="{token: $store.state.loginInfo.token}"

View File

@ -31,7 +31,7 @@
</el-form>
<div class="btn-container">
<el-upload
action="/api/photowall/upload"
action="/dingtalk_push/upload/photoWall"
accept="image/jpeg,image/png"
name="image"
:headers="{token: $store.state.loginInfo.token}"