Commit 8a958f2e authored by 黄奎's avatar 黄奎

11

parent cdbf4e28
...@@ -2033,7 +2033,7 @@ ...@@ -2033,7 +2033,7 @@
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
let href = this.domainManager().SalesBoardUrl let href = this.domainManager().SalesBoardUrl
this.TemplateUrl = `${href}/?uid=${res.data.data}` this.TemplateUrl = `${href}/autoLogin?uid=${res.data.data}`;
window.open(this.TemplateUrl) window.open(this.TemplateUrl)
} }
} }
......
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