@@ -29,7 +29,10 @@ export const gotoLogin = () => {
: 'https://www.4dkankan.com'
location.replace(
- loginHref + '?redirect=' + escape(location.href) + '#/login/login'
+ 'https://test.4dkankan.com' +
+ '?redirect=' +
+ escape(location.href) +
+ '#/login/login'
)
}