diff --git a/src/views/invest/accountDealRecord/index.vue b/src/views/invest/accountDealRecord/index.vue index 88df62e..36e3215 100644 --- a/src/views/invest/accountDealRecord/index.vue +++ b/src/views/invest/accountDealRecord/index.vue @@ -49,10 +49,10 @@ - + - + diff --git a/vite.config.js b/vite.config.js index 924904f..49fe342 100644 --- a/vite.config.js +++ b/vite.config.js @@ -54,6 +54,17 @@ export default defineConfig(({ mode, command }) => { target: 'http://8.140.22.151:9000', // 本地 changeOrigin: true, rewrite: (p) => p.replace(/^\/fileUrl/, '') + }, + '/bimapi': { + target: 'http://140.249.24.92:3101', // 本地 + changeOrigin: true, + rewrite: (p) => p.replace(/^\/bimapi/, '') + }, + '/model': { + // bim模型 + target: 'http://140.249.24.92:3101', + changeOrigin: true, + rewrite: (path) => path.replace(/^\/model/, '') } } },