src/router/index.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/placement-batch/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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>