From 198bd6c322dfbed63f44ed221098a98355fa51aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Wed, 29 Dec 2021 09:23:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A5=BC=E5=B1=82=E8=A3=85?= =?UTF-8?q?=E4=BF=AE=E8=AF=B7=E6=B1=82=E6=96=87=E7=AB=A0=E7=9A=84=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/article.js | 2 +- manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/article.js b/api/article.js index c67a93a..788e38a 100644 --- a/api/article.js +++ b/api/article.js @@ -23,7 +23,7 @@ export function getArticleCategory(category_type) { */ export function getArticleDetail(type) { return http.request({ - url: `/article/type/${type}`, + url: `/article/get/${type}`, method: Method.GET, }); } diff --git a/manifest.json b/manifest.json index b43cc15..50152cc 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "lili商城", "appid" : "__UNI__C100675", "description" : "", - "versionName" : "4.0.48", - "versionCode" : 4000048, + "versionName" : "4.0.49", + "versionCode" : 4000049, "transformPx" : false, "app-plus" : { "compatible" : {