小程序提审隐藏功能
This commit is contained in:
@@ -21,8 +21,8 @@ public class Controller {
|
||||
*/
|
||||
@RequestMapping("/getConfig")
|
||||
public HashMap<String, Object> WxMiniProgramAuditSpecialHandle() {
|
||||
boolean showCode = true;
|
||||
boolean showShop = true;
|
||||
boolean showCode = false;
|
||||
boolean showShop = false;
|
||||
boolean showReport = true;
|
||||
|
||||
// 底部 tabbar
|
||||
|
Reference in New Issue
Block a user