feat: 更新 API 地址并优化代码格式

This commit is contained in:
rd
2025-09-15 10:18:40 +08:00
parent 49b9054567
commit 6971440b81
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
'/api': { '/api': {
changeOrigin: true, changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''), rewrite: (path) => path.replace(/^\/api/, ''),
target: 'http://192.168.40.12/api', target: 'https://lingjiapi.lvfunai.com/api',
}, },
}, },
}, },