Commit 3f887896 authored by wangdanlei's avatar wangdanlei

增加dee-archives项目

parent 6efd45c8
Pipeline #977 failed with stages
...@@ -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'
] ]
} }
...@@ -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
...@@ -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'
] ]
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