优化问题

This commit is contained in:
duan
2024-05-27 13:36:21 +08:00
parent 48b569f49d
commit af720a1bab
5 changed files with 14 additions and 6 deletions

View File

@@ -143,7 +143,7 @@ export default {
return uni.api.get("/distirict/comShopList", data);
},
loginOut(data) { //退出登录
return uni.api.post("/login /loginOut", data);
return uni.api.post("/login/loginOut", data);
},
productqueryShopIdByTableCode(data) { //通过桌码获取shopId
return uni.api.get("/product/queryShopIdByTableCode", data);