修复过滤器切换模式不生效的bug

This commit is contained in:
Peng-YM
2020-09-01 08:43:30 +08:00
parent 37512eaa00
commit 8e3afe82d3
6 changed files with 160 additions and 102 deletions

View File

@@ -1,3 +1,3 @@
const DEBUG = false;
const DEBUG = true;
export const BACKEND_BASE = DEBUG ? `http://192.168.1.134:3000` : `https://sub.store`;