style: 接口替换

This commit is contained in:
rd
2025-07-21 10:35:47 +08:00
parent 07a54ed590
commit 33505e1a78

View File

@ -40,8 +40,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
// 目标地址
// target: 'https://lingjiapi.lvfunai.com/api',
target: 'http://192.168.40.3/api',
target: 'https://lingjiapi.lvfunai.com/api',
},
},
},