xyadmin-web/config/test.env.js

9 lines
219 B
JavaScript
Raw Normal View History

2024-01-22 14:49:03 +08:00
'use strict'
module.exports = {
NODE_ENV: '"production"',
// BASE_API: '"http://139.224.54.200:8000"',
// BASE_API: '"http://139.224.54.200:8888"',
2024-01-23 13:50:10 +08:00
BASE_API: '"http://139.224.57.82:8015"',
NAME: '"测试"'
2024-01-22 14:49:03 +08:00
}