修复楼层装修请求文章的接口路径
parent
c58f8d7831
commit
198bd6c322
|
@ -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,
|
||||
});
|
||||
}
|
||||
|
|
|
@ -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" : {
|
||||
|
|
Loading…
Reference in New Issue