添加四个重命名

This commit is contained in:
Peng-YM
2020-09-01 10:11:02 +08:00
parent 8e3afe82d3
commit f6f4467c07
16 changed files with 607 additions and 72 deletions

View File

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