Authored by 鲁尚清

首页一体化和大屏图标位置更换,大屏跳转到电子税务局页面

@@ -43,6 +43,9 @@ @@ -43,6 +43,9 @@
43 <i class="layui-icon layui-icon-shrink-right" id="LAY_app_flexible"></i> 43 <i class="layui-icon layui-icon-shrink-right" id="LAY_app_flexible"></i>
44 </a> 44 </a>
45 </li> 45 </li>
  46 + <li class="layui-nav-item" lay-tips="大屏">
  47 + <a href="javascript:;" layadmin-event="toBigScreen" ><img src="/src/style/img/icon-daping.png" style="width: 16px;height: 16px"></a>
  48 + </li>
46 <script type="text/html" template lay-url="{{sessionStorage.getItem('domainName')}}/api-web/sxview/getbizListByUser?access_token={{localStorage.getItem('access_token')}}"> 49 <script type="text/html" template lay-url="{{sessionStorage.getItem('domainName')}}/api-web/sxview/getbizListByUser?access_token={{localStorage.getItem('access_token')}}">
47 50
48 {{# if(d.data.length>0){ }} 51 {{# if(d.data.length>0){ }}
@@ -55,9 +58,7 @@ @@ -55,9 +58,7 @@
55 58
56 {{# } }} 59 {{# } }}
57 </script> 60 </script>
58 - <li class="layui-nav-item" lay-tips="大屏">  
59 - <a href="javascript:;" layadmin-event="toBigScreen" ><img src="/src/style/img/icon-daping.png" style="width: 16px;height: 16px"></a>  
60 - </li> 61 +
61 62
62 <li class="layui-nav-item" lay-unselect> 63 <li class="layui-nav-item" lay-unselect>
63 <a href="javascript:;" layadmin-event="refresh" title="刷新"> 64 <a href="javascript:;" layadmin-event="refresh" title="刷新">
@@ -182,7 +182,7 @@ export default { @@ -182,7 +182,7 @@ export default {
182 } 182 }
183 const goJump=()=>{ 183 const goJump=()=>{
184 // proxy.$router.push({path:'/zj/dp',query: {access_token:localStorage.getItem('access_token')}}) 184 // proxy.$router.push({path:'/zj/dp',query: {access_token:localStorage.getItem('access_token')}})
185 - window.open(sessionStorage.getItem("ythView") + '?access_token=' + localStorage.getItem("access_token")); 185 + window.open(window.location.origin + '/vue3/index.html#/zj/dp?access_token=' + localStorage.getItem("access_token"));
186 } 186 }
187 187
188 return{ 188 return{