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" : {