This commit is contained in:
2025-12-26 15:13:11 +08:00
parent 2c6c3ec183
commit f688274667
2 changed files with 7 additions and 6 deletions

View File

@@ -1604,8 +1604,9 @@ export default {
},
//图片版权
upload_articleCopyright: function () {
return this.baseUrl + '/api/Article/up_file/type/figurecopyright';
return this.baseUrl + 'api/Article/up_file/type/figurecopyright';
},
upload_coverLetter: function () {
return this.baseUrl + 'api/Article/up_file/type/coverLetter';
},