增加部分接口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: {
url: "/wxapp/index/hotcategory",
showLoading: true,
},
cate: {
url: "/wxapp/index/category1",
showLoading: true,
},
list: {
url: "/wxapp/index/getcategorybyid"
url: "/wxapp/index/getcategorybyid",
showLoading: true,
},
detail: {
url: "/wxapp/index/goodsinfobyid",