index.vue 319 B

12345678910111213141516171819
  1. <template>
  2. <div id="ouie">
  3. </div>
  4. </template>
  5. <script>
  6. export default {
  7. created() {
  8. //this.getList();
  9. window.open('http://118.178.139.79:5000/prod-api/boman-report/jmreport/list','_blank');
  10. console.log(123);
  11. this.$router.replace('/index')
  12. },
  13. };
  14. </script>
  15. <style>
  16. </style>