no message

This commit is contained in:
刘华勇 2024-01-23 14:09:05 +08:00
parent 04a31d0e94
commit 7a4449d874
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ const testEnv = require('./test.env')
module.exports = merge(prodEnv, testEnv, {
NODE_ENV: '"development"',
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"'

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:8888"',
BASE_API: '"http://139.224.54.200:8012"',
NAME: '"生产"'
// BASE_API: '"http://139.224.57.82:8015"'
}