Commit 4e006184 by liangzhen

总体架构维护

1 parent 87c6d146
...@@ -9,4 +9,6 @@ export const EADC_KNOWLEDGE_POOL = '/eadc-knowledge-pool' ...@@ -9,4 +9,6 @@ export const EADC_KNOWLEDGE_POOL = '/eadc-knowledge-pool'
//国能项目 //国能项目
//系统管理 //系统管理
export const ARCH_MANAGE = '/arch-manage' export const ARCH_MANAGE = '/arch-manage'
\ No newline at end of file
export const FRAMEWORK_ASSERT="/framework-asserts"
\ No newline at end of file
...@@ -52,7 +52,10 @@ module.exports = defineConfig({ ...@@ -52,7 +52,10 @@ module.exports = defineConfig({
// secure: false, // secure: false,
// pathRewrite: { '^/api': '' }, // pathRewrite: { '^/api': '' },
}, },
'/framework-asserts': {
target: `http://${ip}:19000/`, // 国能
changeOrigin: true,
},
}, },
}, },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!