From d72ce4109d44291b15c264802c170ef3f6aac127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Thu, 17 Jun 2021 11:58:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3buyer=E7=AB=AF=E5=95=86?= =?UTF-8?q?=E5=93=81=E8=AF=A6=E6=83=85=E6=B2=A1=E6=9C=89=E5=8F=91=E9=80=81?= =?UTF-8?q?token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/api/goods.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buyer/src/api/goods.js b/buyer/src/api/goods.js index b0117058..fb7d8e0f 100644 --- a/buyer/src/api/goods.js +++ b/buyer/src/api/goods.js @@ -36,7 +36,7 @@ export function goodsSkuDetail (params) { return request({ url: `/buyer/goods/sku/${params.goodsId}/${params.skuId}`, method: Method.GET, - needToken: false, + needToken: true, params }); }