2024-01-19 16:38:40 +08:00
|
|
|
'use strict'
|
|
|
|
|
module.exports = {
|
|
|
|
|
NODE_ENV: '"production"',
|
2024-01-23 13:50:10 +08:00
|
|
|
// BASE_API: '"http://139.224.54.200:8000"',
|
2024-01-23 14:09:05 +08:00
|
|
|
BASE_API: '"http://139.224.54.200:8012"',
|
2024-01-23 13:50:10 +08:00
|
|
|
NAME: '"生产"'
|
2024-01-19 16:51:34 +08:00
|
|
|
// BASE_API: '"http://139.224.57.82:8015"'
|
2024-01-19 16:38:40 +08:00
|
|
|
}
|