This commit is contained in:
刘华勇 2024-11-06 16:31:07 +08:00
parent 4d6e52c6f5
commit d2e61bdb76
2 changed files with 3 additions and 3 deletions

View File

@ -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"'
})

View File

@ -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"'
}