Commit f5df0b11 authored by jingnan's avatar jingnan 👀

git忽略文件导致启动报错修改

parent 032e5d73
......@@ -20,5 +20,5 @@ yarn.lock
*.sw*
.env.*
applications/architecture-dee/.env.development
applications/architecture-dee/dee.config.js
#applications/architecture-dee/dee.config.js
export/dist.zip
module.exports = {
'PROXY': {
/* 新模块添加位置 */
'/dee-global-config/': {
'target': 'http://localhost:10803/'
},
'/dee-workflow/': {
'target': 'http://localhost:10243/'
},
'/dee-user/': {
'target': 'http://localhost:10244/'
},
'/dee-dashboard/': {
'target': 'http://localhost:10245/'
},
'/dee-perm/': {
'target': 'http://localhost:10246/'
},
'/dee-dic/': {
'target': 'http://localhost:10247/'
},
'/dee-es/': {
'target': 'http://localhost:10248/'
},
'/dee-file/': {
'target': 'http://localhost:10266/'
},
'/dee-model/': {
'target': 'http://localhost:10265/'
},
'/dee-config/': {
'target': 'http://localhost:10251/'
},
'/dee-doc/': {
'target': 'http://localhost:10252/'
},
'/dee-message/': {
'target': 'http://localhost:10253/'
},
'/dee-lifecycle/': {
'target': 'http://localhost:10254/'
},
'/dee-pdc/': {
'target': 'http://localhost:10255/'
},
'/dee-context/': {
'target': 'http://localhost:10256/'
},
'/dee-task-center/': {
'target': 'http://localhost:10257/'
},
'/dee-ui/': {
'target': 'http://localhost:10258/'
},
'/dee-cmt/': {
'target': 'http://localhost:10259/'
},
'/dee-craft/': {
'target': 'http://localhost:10260/'
},
'/dee-resource/': {
'target': 'http://localhost:10261/'
},
'/dee-audit/': {
'target': 'http://localhost:10262/'
},
'/dee-project/': {
'target': 'http://localhost:10263/'
},
'/dee-storage/': {
'target': 'http://localhost:10267/'
},
'/dee-production/': {
'target': 'http://localhost:10274/'
},
'/dee-quality/': {
'target': 'http://localhost:10284/'
},
'/dee-equipment/': {
'target': 'http://localhost:10295/'
},
'/dee-performance/': {
'target': 'http://localhost:10808/'
},
'/dee-plan/': {
'target': 'http://localhost:10303/'
},
'/dee-archives/': {
'target': 'http://localhost:10296/'
}
// '/': {
// target: `http://192.168.1.148:9002`,
// ws: false, // 处理 vue-cli搭建的框架,用了proxy之后,一直打印failed: Invalid frame headerd的问题
// changeOrigin: true
// }
},
'modules': [
'./dee-workflow/main.js',
'./dee-user/main.js',
'./dee-dashboard/main.js',
'./dee-perm/main.js',
'./dee-dic/main.js',
'./dee-es/main.js',
'./dee-file/main.js',
'./dee-model/main.js',
'./dee-message/main.js',
'./dee-config/main.js',
'./dee-doc/main.js',
'./dee-pdc/main.js',
'./dee-context/main.js',
'./dee-lifecycle/main.js',
'./dee-task-center/main.js',
'./dee-ui/dee_ui.js',
'./dee-cmt/main.js',
'./dee-resource/main.js',
'./dee-craft/main.js',
'./dee-project/main.js',
'/dee-storage/main.js',
'./dee-production/main.js',
'./dee-plan/main.js',
'./dee-archives/main.js'
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment