From da25434b85fc5b4321c429bf95e719d00ec395bb Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Thu, 11 Jan 2024 16:21:16 +0800 Subject: [PATCH] 定位优化 --- .env.dev.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/.env.dev.js b/.env.dev.js new file mode 100644 index 0000000..fc8f4ea --- /dev/null +++ b/.env.dev.js @@ -0,0 +1,6 @@ +const config = { + // baseUrl: "http://120.26.43.34:8081/api/", //������ + baseUrl: "https://qx.7drlb.com/api", //������ + // baseUrl: "http://192.168.0.12:8081/api", //������ +}; +module.exports = config; \ No newline at end of file -- Gitblit v1.8.0