更新注册地址配置,修改注册跳转逻辑为使用REGISTER_URL

This commit is contained in:
linxd
2025-07-18 10:33:56 +08:00
parent 0af9171acd
commit 747cceeb18
4 changed files with 14 additions and 8 deletions

View File

@ -5,5 +5,7 @@ export default defineConfig({
define: {
UPLOAD_URL: '/upload',
REQUEST_BASE: '/api',
// 跳转注册地址 后面可追加 /expert (专家注册) /supplier (供应商注册)
REGISTER_URL: 'http://localhost:3002/register',
},
});