From d2e61bdb760c4b1c9cd3bf6eb5692cc25dca503d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E5=8B=87?= <995058772@qq.com> Date: Wed, 6 Nov 2024 16:31:07 +0800 Subject: [PATCH] ces --- config/dev.env.js | 4 ++-- config/prod.env.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/dev.env.js b/config/dev.env.js index 4ec3698..255231f 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -5,9 +5,9 @@ const testEnv = require('./test.env') module.exports = merge(prodEnv, testEnv, { NODE_ENV: '"development"', - // BASE_API: '"http://localhost:8000"', + BASE_API: '"http://localhost:8000"', NAME: '"开发"', // BASE_API: '"http://139.224.54.200:8888"' // BASE_API: '"https://api.auauz.net"' - BASE_API: '"http://139.224.57.82:8015"' + // BASE_API: '"http://139.224.57.82:8015"' }) diff --git a/config/prod.env.js b/config/prod.env.js index fbd58c3..8395d79 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -2,7 +2,7 @@ module.exports = { NODE_ENV: '"production"', // BASE_API: '"http://139.224.54.200:8000"', - BASE_API: '"http://139.224.54.200:8012"', + BASE_API: '"/"', NAME: '"生产"' // BASE_API: '"http://139.224.57.82:8015"' }