天波h5前端应用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 satır
517B

  1. <!--
  2. * @Date: 2023-02-25 16:34:35
  3. * @LastEditors: JinxChen
  4. * @LastEditTime: 2023-02-26 10:35:39
  5. * @FilePath: \TelpoH5FrontendWeb\src\views\index.vue
  6. * @description:
  7. -->
  8. <template>
  9. <div></div>
  10. </template>
  11. <script>
  12. export default {
  13. name:'',
  14. data(){
  15. return {
  16. }
  17. },
  18. methods: {
  19. onClick() {
  20. this.$router.replace({
  21. name: 'packageList',
  22. query: {
  23. imei: '45555'
  24. }
  25. })
  26. }
  27. }
  28. }
  29. </script>
  30. <style scoped>
  31. </style>