增加装修功能

This commit is contained in:
anhaogxs
2021-02-02 20:38:50 +08:00
parent 38160460cf
commit 504e476e30
5 changed files with 449 additions and 444 deletions

View File

@ -8,6 +8,14 @@ export function getHomeData() {
return request.get("index", {}, { login: false });
}
/**
* 首页
* @returns {*}
*/
export function getCanvas() {
return request.get("/getCanvas?terminal=3", {}, { login: false });
}
/**
* 文章 轮播列表
* @returns {*}