接口地址修改

This commit is contained in:
朱进禄 2021-10-12 18:27:25 +08:00
parent 7f5fec66bd
commit ba6626bff0
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/upload/music"
action="/api/v2/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="/dingtalk_push/upload/photoWall"
action="/api/v2/upload/photoWall"
accept="image/jpeg,image/png"
name="image"
:headers="{token: $store.state.loginInfo.token}"