perf: 拷贝一份新的路由配置、注释产品路由校验

This commit is contained in:
rd
2025-08-14 14:46:51 +08:00
parent 1f3826e9dc
commit 9b9f66b5af
20 changed files with 989 additions and 13 deletions

View File

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