Merge branch 'feature/comment-0615-ch' into msb_test

msb_test
ch 3 years ago
commit 449713bb52

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-06-15 17:55:43
* @LastEditors: ch
* @LastEditTime: 2022-06-23 17:21:28
* @LastEditTime: 2022-06-24 09:44:44
* @Description: file content
*/
import request from '@/utils/request.js';
@ -23,7 +23,7 @@ export const commentDetail = ({ id }) =>
//评论
export const commentAdd = (data) =>
request({
url: '/mall/comment/admin/comment',
url: '/mall/comment/admin/merchantComment',
method: 'post',
data,
});

Loading…
Cancel
Save