Showing
1 changed file
with
1 additions
and
1 deletions
@@ -4904,7 +4904,7 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', | @@ -4904,7 +4904,7 @@ layui.define(['soulTable', 'commonDetail', 'common', 'laytpl', 'view', 'admin', | ||
4904 | let configAG = map.value?map.value[0]:{}; | 4904 | let configAG = map.value?map.value[0]:{}; |
4905 | var area= ['90%','90%']; | 4905 | var area= ['90%','90%']; |
4906 | if(!title){ title = "信息"; } | 4906 | if(!title){ title = "信息"; } |
4907 | - let AJUrl = sessionStorage.getItem("ajWeb") + '/#/'+ configAG.param +'&access_token=' + localStorage.getItem("access_token"); | 4907 | + let AJUrl = sessionStorage.getItem("ajWeb") + '/#/'+ configAG.param?configAG.param:'' +'&access_token=' + localStorage.getItem("access_token"); |
4908 | layer.open({ | 4908 | layer.open({ |
4909 | type: 2 | 4909 | type: 2 |
4910 | ,id:'config_aj_id' //设定一个id,防止重复弹出 | 4910 | ,id:'config_aj_id' //设定一个id,防止重复弹出 |
-
Please register or login to post a comment