更新注册地址配置,修改注册跳转逻辑为使用REGISTER_URL
This commit is contained in:
@ -5,5 +5,7 @@ export default defineConfig({
|
||||
define: {
|
||||
UPLOAD_URL: '/upload',
|
||||
REQUEST_BASE: '/api',
|
||||
// 跳转注册地址 后面可追加 /expert (专家注册) /supplier (供应商注册)
|
||||
REGISTER_URL: 'http://localhost:3002/register',
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user