Commit 13a2a445 by zhaoqingwei

hotfix:#投放管理切换数据源

parent 6f7719ab
......@@ -10,7 +10,8 @@ export function autoLogin(data) {
}).then(res => {
const authToken = res.data
if(authToken){
window.open('https://www.adsdesk.cn/login?authToken=' + authToken)
console.log('https://test2.adsdesk.cn/login?authToken=' + authToken)
window.open('https://test2.adsdesk.cn/login?authToken=' + authToken)
}
})
}
\ No newline at end of file
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