Commit 7106c28f authored by suhuiguang's avatar suhuiguang

修改代码问题

parent 2b69086e
...@@ -150,7 +150,7 @@ class RegionSelect extends Component { ...@@ -150,7 +150,7 @@ class RegionSelect extends Component {
browserHistory.push('/main/3dview'); browserHistory.push('/main/3dview');
//2.通过配置,确定是否打开业务屏 //2.通过配置,确定是否打开业务屏
if (isAutoOpen){ if (isAutoOpen){
const url = `?token=+${ls.read(token)}`; const url = `?token=${ls.read(token)}`;
window.open('/biz/assessment/' + url); window.open('/biz/assessment/' + url);
} }
} }
......
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