修复楼层装修请求文章的接口路径

master
lemon橪 2021-12-29 09:23:05 +08:00
parent c58f8d7831
commit 198bd6c322
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ export function getArticleCategory(category_type) {
*/ */
export function getArticleDetail(type) { export function getArticleDetail(type) {
return http.request({ return http.request({
url: `/article/type/${type}`, url: `/article/get/${type}`,
method: Method.GET, method: Method.GET,
}); });
} }

View File

@ -2,8 +2,8 @@
"name" : "lili商城", "name" : "lili商城",
"appid" : "__UNI__C100675", "appid" : "__UNI__C100675",
"description" : "", "description" : "",
"versionName" : "4.0.48", "versionName" : "4.0.49",
"versionCode" : 4000048, "versionCode" : 4000049,
"transformPx" : false, "transformPx" : false,
"app-plus" : { "app-plus" : {
"compatible" : { "compatible" : {