集成了滑动验证码组件于注册界面

This commit is contained in:
2026-01-22 20:52:08 +08:00
parent acf04cad9b
commit 33342d1a85
4 changed files with 39 additions and 69 deletions

View File

@@ -2,14 +2,6 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
rewrites: async () => {
return [
{
source: '/api/v1/:path*',
destination: 'http://localhost:8080/api/v1/:path*',
},
];
},
};
export default nextConfig;