ydsq.vue 456 Bytes
<!--
 * @Author: yangwei
 * @Date: 2023-09-06 09:19:56
 * @LastEditors: yangwei
 * @LastEditTime: 2023-09-06 09:20:51
 * @FilePath: \bdcdj-web\src\views\ywbl\ydsq\ydsq.vue
 * @Description: 
 * 
 * Copyright (c) 2023 by yangwei, All Rights Reserved. 
-->
<template>
  <div></div>
</template>

<script>
export default {
  name: "BdcdjWebYcsl",

  data() {
    return {};
  },

  mounted() {},

  methods: {},
};
</script>

<style lang="scss" scoped></style>