Commit d6459eae by zhaoqingwei

阿拉丁-魔登

parent f60405ce
......@@ -10,7 +10,7 @@ export function autoLogin(data) {
}).then(res => {
const authToken = res.data
if(authToken){
var loginUrl = 'https://test2.adsdesk.cn/login?authToken=' + authToken;
var loginUrl = 'https://test2.adsdesk.cn?authToken=' + authToken;
console.log(loginUrl)
//window.open('https://test2.adsdesk.cn/login?authToken=' + authToken)
window.open(loginUrl, '__blank')
......
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