| | |
| | | } |
| | | |
| | | } |
| | | function tiaoz(n,mid){ |
| | | if(mid!=90){ |
| | | localStorage.setItem("newPage",n); |
| | | } |
| | | |
| | | n=n+'&'+window.parent.location.search.substr(1); |
| | | |
| | | |
| | | if (mid==90) { |
| | | window.open(n, '_blank'); // 在新窗口中打开指定 URL |
| | | }else{ |
| | | window.parent.document.getElementById("main").src = n; |
| | | |
| | | } |
| | | } |
| | | function tiaoz(n,mid){ |
| | | if(mid!=90){ |
| | | localStorage.setItem("newPage",n); |
| | | } |
| | | |
| | | n=n+'&'+window.parent.location.search.substr(1); |
| | | |
| | | |
| | | if (mid==90) { |
| | | window.open(n, '_blank'); // 在新窗口中打开指定 URL |
| | | }else{ |
| | | window.parent.document.getElementById("main").src = n; |
| | | |
| | | } |
| | | } |
| | | </script> |
| | | </body> |
| | | </html> |
| | |
| | | </body> |
| | | <!-- import Vue before Element --> |
| | | <script src="../js/jquery-3.4.1.min.js"></script> |
| | | |
| | | <script src="../js/axios.min.js"></script> |
| | | <script src="../js/static/js/vue.js"></script> |
| | | <script src="../js/mixins.js"></script> |
| | | <!-- import JavaScript --> |
| | |
| | | <script > |
| | | //import * as echarts from '../js/echarts.min.js'; |
| | | Vue.prototype.$echarts = echarts |
| | | Vue.prototype.$http= axios |
| | | let app =new Vue({ |
| | | el: '#app', |
| | | mixins:[mixin], |