Commit c42224ff by renrui

提交

1 parent 73d185ff
Showing with 6 additions and 6 deletions
...@@ -9,6 +9,6 @@ export const EADC_KNOWLEDGE_POOL = '/eadc-knowledge-pool' ...@@ -9,6 +9,6 @@ export const EADC_KNOWLEDGE_POOL = '/eadc-knowledge-pool'
//国能项目 //国能项目
//系统管理 //系统管理
export const ARCH_MANAGE = '/arch-manage' export const ARCH_MANAGE = '/framework-system-manage'
export const FRAMEWORK_ASSERT="/framework-asserts" export const FRAMEWORK_ASSERT="/framework-asset"
\ No newline at end of file \ No newline at end of file
...@@ -15,7 +15,7 @@ function resolve(dir) { ...@@ -15,7 +15,7 @@ function resolve(dir) {
// const ip = '192.168.137.146'; // 谢皓 // const ip = '192.168.137.146'; // 谢皓
// const ip = '2068224he2.51mypc.cn'; // 谢皓 // const ip = '2068224he2.51mypc.cn'; // 谢皓
const ip = '192.168.8.120' const ip = '127.0.0.1'
// const ip = '192.168.0.13'; // const ip = '192.168.0.13';
// const ip = '192.168.137.229' // const ip = '192.168.137.229'
module.exports = defineConfig({ module.exports = defineConfig({
...@@ -49,13 +49,13 @@ module.exports = defineConfig({ ...@@ -49,13 +49,13 @@ module.exports = defineConfig({
// secure: false, // secure: false,
// pathRewrite: { '^/api': '' }, // pathRewrite: { '^/api': '' },
}, },
'/arch-manage': { '/framework-system-manage': {
target: `http://${ip}:19000/`, // 国能 target: `http://${ip}:19000/`, // 国能
changeOrigin: true, changeOrigin: true,
// secure: false, // secure: false,
// pathRewrite: { '^/api': '' }, // pathRewrite: { '^/api': '' },
}, },
'/framework-asserts': { '/framework-asset': {
target: `http://${ip}:19000/`, // 国能 target: `http://${ip}:19000/`, // 国能
changeOrigin: true, changeOrigin: true,
}, },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!