diff --git a/plugins/api/comment.js b/plugins/api/comment.js index 0c161ce..52e81e4 100644 --- a/plugins/api/comment.js +++ b/plugins/api/comment.js @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-06-20 11:38:48 * @LastEditors: ch - * @LastEditTime: 2022-06-29 17:45:28 + * @LastEditTime: 2022-06-30 11:48:53 * @Description: file content */ @@ -40,7 +40,11 @@ export const ApiGetCommentCount = ({productId}) => * @param {*} param0 */ export const ApiGetCommentTabCount = ({productId}) => - ToAsyncAwait(axios.get(`${BASE_URL}/app/comment/listCommentLabel/${productId}`)); + ToAsyncAwait(axiosTk.get(`${BASE_URL}/app/comment/listCommentLabel/${productId}`,{ + headers: { + notVerifyToken : true + } + })); /** * 获取订单评论详情 * @param {*} param0