12345678910111213141516171819 |
- <template>
- <div id="ouie">
- </div>
- </template>
- <script>
- export default {
- created() {
- //this.getList();
- window.open('http://118.178.139.79:5000/prod-api/boman-report/jmreport/list','_blank');
- console.log(123);
- this.$router.replace('/index')
- },
- };
- </script>
- <style>
- </style>
|