wangting
2025-01-02 e358d69fc18870584dd2d9f531910b7838ea27d9
Source/plt-web/plt-web-ui/src/views/custom-ui/test.vue
@@ -18,14 +18,13 @@
  },
  methods: {},
  created() {
    //获取地址参数
    console.log(this.$route.query)
  },
  mounted() {
  },
  watch: {},
}
</script>