From 51980679a667519c7d0bd691c21d62d975f3e189 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Tue, 19 Mar 2024 14:19:23 +0800 Subject: [PATCH] fix: 样式修该 --- .env.prod.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/.env.prod.js b/.env.prod.js new file mode 100644 index 0000000..a574ccd --- /dev/null +++ b/.env.prod.js @@ -0,0 +1,4 @@ +const config = { + baseUrl: "http://47.99.64.149:8081/api/", +}; +module.exports = config; -- Gitblit v1.8.0