Merge pull request #2 from zZPiglet/master

尝试增加 SSD 支持。感谢Z神
This commit is contained in:
Peng-YM
2020-09-06 11:54:05 +08:00
committed by GitHub
2 changed files with 27 additions and 1 deletions

View File

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