部署保险端项目和大屏

This commit is contained in:
xuqiuyun
2025-09-30 17:41:21 +08:00
parent 4e8d4dc92d
commit e9be0f9d98
767 changed files with 50062 additions and 24144 deletions

View File

@@ -19,7 +19,7 @@ export default defineConfig(({ mode }) => {
historyApiFallback: true,
proxy: {
'/api': {
target: env.VITE_API_BASE_URL || 'http://localhost:3000',
target: env.VITE_API_BASE_URL || 'https://ad.ningmuyun.com/insurace/',
changeOrigin: true,
rewrite: (path) => path
}