no message
This commit is contained in:
parent
04a31d0e94
commit
7a4449d874
|
|
@ -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"'
|
||||
|
|
|
|||
|
|
@ -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"'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user