fix:修改接口地址

feature/comment-0615-ch
ch 2 years ago
parent f2d1efac7c
commit eb42ec1c1a

@ -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