Commit af3a5293 authored by wty's avatar wty

上线5

parent 19c42246
This source diff could not be displayed because it is too large. You can view the blob instead.
const gotoLogin = () => { const gotoLogin = () => {
const redirectUrl = window.location.href const redirectUrl = window.location.href
window.location.href = `http://sso.duibadev.com.cn/login/?redirect=${encodeURIComponent(redirectUrl)}&systemId=491`; window.location.href = `http://sso.duiba.com.cn/login/?redirect=${encodeURIComponent(redirectUrl)}&systemId=491`;
console.log('重定向:',window.location.href) console.log('重定向:',window.location.href)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment