Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
I
INET-DEX-BUSINESS-BASE
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
wangdanlei
INET-DEX-BUSINESS-BASE
Commits
3f887896
Commit
3f887896
authored
Sep 14, 2024
by
wangdanlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加dee-archives项目
parent
6efd45c8
Pipeline
#977
failed with stages
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
dee.config.js
applications/architecture-dee/dee.config.js
+5
-1
apps.js
apps.js
+3
-2
modules.js
modules.js
+1
-0
No files found.
applications/architecture-dee/dee.config.js
View file @
3f887896
...
@@ -82,6 +82,9 @@ module.exports = {
...
@@ -82,6 +82,9 @@ module.exports = {
},
},
'/dee-performance/'
:
{
'/dee-performance/'
:
{
'target'
:
'http://localhost:10808/'
'target'
:
'http://localhost:10808/'
},
'/dee-archives/'
:
{
'target'
:
'http://localhost:10296/'
}
}
// '/': {
// '/': {
// target: `http://192.168.1.148:9002`,
// target: `http://192.168.1.148:9002`,
...
@@ -111,6 +114,7 @@ module.exports = {
...
@@ -111,6 +114,7 @@ module.exports = {
'./dee-craft/main.js'
,
'./dee-craft/main.js'
,
'./dee-project/main.js'
,
'./dee-project/main.js'
,
'/dee-storage/main.js'
,
'/dee-storage/main.js'
,
'./dee-production/main.js'
'./dee-production/main.js'
,
'/dee-archives/main.js'
]
]
}
}
apps.js
View file @
3f887896
...
@@ -19,6 +19,7 @@ const apps = [
...
@@ -19,6 +19,7 @@ const apps = [
'dee-resource'
,
'dee-resource'
,
'dee-project'
,
'dee-project'
,
'dee-storage'
,
'dee-storage'
,
'dee-production'
'dee-production'
,
'dee-archives'
]
]
module
.
exports
=
apps
;
module
.
exports
=
apps
;
\ No newline at end of file
modules.js
View file @
3f887896
...
@@ -20,4 +20,5 @@ export const modules = [
...
@@ -20,4 +20,5 @@ export const modules = [
'dee-project'
,
'dee-project'
,
'dee-storage'
,
'dee-storage'
,
'dee-production'
,
'dee-production'
,
'dee-archives'
]
]
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