修复缓存

This commit is contained in:
Peng-YM
2020-09-01 16:18:59 +08:00
parent 3d101cf22a
commit d60b7ff87c
4 changed files with 2923 additions and 2576 deletions

View File

@@ -1,3 +1,2 @@
const DEBUG = process.env.NODE_ENV === "development";
export const BACKEND_BASE = DEBUG ? `http://192.168.1.134:3000` : `https://sub.store`;