From 5fecc9e46d448df3de987504440c4fdd582f858e Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Tue, 31 Oct 2023 10:35:40 +0800 Subject: [PATCH] fix:小程序秒级数据和登录授权 --- .env.dev.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.env.dev.js b/.env.dev.js index 8093bf2..fc8f4ea 100644 --- a/.env.dev.js +++ b/.env.dev.js @@ -1,6 +1,6 @@ const config = { // baseUrl: "http://120.26.43.34:8081/api/", //������ baseUrl: "https://qx.7drlb.com/api", //������ - // baseUrl: "http://192.168.0.9:8081/api", //������ + // baseUrl: "http://192.168.0.12:8081/api", //������ }; module.exports = config; \ No newline at end of file -- Gitblit v1.8.0