|
@@ -42,15 +42,12 @@ module.exports = appInfo => {
|
|
|
},
|
|
|
};
|
|
|
config.modules = {
|
|
|
- login: 'http://127.0.0.1:9000',
|
|
|
- code: 'http://127.0.0.1:9001',
|
|
|
- files: 'http://127.0.0.1:9002',
|
|
|
- naf: 'http://127.0.0.1:9003',
|
|
|
- cms: 'http://127.0.0.1:9004',
|
|
|
- // wx: 'http://127.0.0.1:9005',
|
|
|
- log: 'http://127.0.0.1:9006',
|
|
|
- // journal: 'http://127.0.0.1:9009',
|
|
|
- // importandexport: 'http://127.0.0.1:9016',
|
|
|
+ login: 'http://127.0.0.1:18095',
|
|
|
+ code: 'http://127.0.0.1:18091',
|
|
|
+ files: 'http://127.0.0.1:18093',
|
|
|
+ naf: 'http://127.0.0.1:18096',
|
|
|
+ cms: 'http://127.0.0.1:18092',
|
|
|
+ log: 'http://127.0.0.1:18094',
|
|
|
};
|
|
|
// 限制文件大小
|
|
|
config.multipart = {
|