...
|
...
|
@@ -9,7 +9,7 @@ |
|
|
const from = require('./from');
|
|
|
|
|
|
const isProduction = process.env.NODE_ENV === 'production';
|
|
|
const isTest = process.env.NODE_ENV === 'test3';
|
|
|
const isTest = process.env.NODE_ENV === 'test3' || process.env.NODE_ENV === 'test'; // 兼容.9(test3) .49(test)
|
|
|
|
|
|
const domains = {
|
|
|
|
...
|
...
|
|