feat: 导入账号后轮询任务状态

This commit is contained in:
rd
2025-07-18 14:43:19 +08:00
parent 69c7415aea
commit 5063cd50f8
8 changed files with 100 additions and 52 deletions

View File

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