修复过滤无效节点的bug

This commit is contained in:
Peng-YM
2020-09-01 00:39:15 +08:00
parent 001ce3f96f
commit e493f7874a
3 changed files with 38 additions and 41 deletions

View File

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