增加部分接口showLoading

This commit is contained in:
TOP糯米 2023-04-08 16:07:15 +08:00
parent 3ac3f53338
commit d1050658ac
1 changed files with 4 additions and 1 deletions

View File

@ -111,12 +111,15 @@ export default {
}, },
hotCate: { hotCate: {
url: "/wxapp/index/hotcategory", url: "/wxapp/index/hotcategory",
showLoading: true,
}, },
cate: { cate: {
url: "/wxapp/index/category1", url: "/wxapp/index/category1",
showLoading: true,
}, },
list: { list: {
url: "/wxapp/index/getcategorybyid" url: "/wxapp/index/getcategorybyid",
showLoading: true,
}, },
detail: { detail: {
url: "/wxapp/index/goodsinfobyid", url: "/wxapp/index/goodsinfobyid",