fix
13404089107
2025-03-19 4695ecfea381bd0d8bcbcb61e334f6128f1fb1a2
fix
1个文件已修改
1个文件已添加
21 ■■■■■ 已修改文件
src/router/index.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/placement-batch/index.vue 20 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.js
@@ -100,6 +100,7 @@
      }
    ]
  },
]
// 防止连续点击多次路由报错
src/views/placement-batch/index.vue
New file
@@ -0,0 +1,20 @@
<template>
    <div>111</div>
</template>
<script>
export default {
    name: "RelocatablePersonnel",
    components: {},
    props: {},
    data() {
        return {};
    },
    computed: {},
    watch: {},
    created() { },
    mounted() { },
    methods: {},
};
</script>
<style scoped></style>