Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
INET-TWO
web
Commits
f5df0b11
Commit
f5df0b11
authored
Oct 25, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git忽略文件导致启动报错修改
parent
032e5d73
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
125 additions
and
1 deletion
+125
-1
.gitignore
.gitignore
+1
-1
dee.config.js
applications/architecture-dee/dee.config.js
+124
-0
No files found.
.gitignore
View file @
f5df0b11
...
...
@@ -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
applications/architecture-dee/dee.config.js
0 → 100644
View file @
f5df0b11
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'
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment