Compare commits
1 Commits
production
...
mini-1.0.4
Author | SHA1 | Date | |
---|---|---|---|
06ec0f3a35 |
@@ -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