修正 localhost。

This commit is contained in:
zZPiglet 2020-09-06 01:05:48 +08:00
parent 568b2a1460
commit e25c83368e

View File

@ -1,2 +1,2 @@
const DEBUG = process.env.NODE_ENV === "development"; 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`;