src/views/systemSetting/device/point/index.vue
@@ -1,5 +1,19 @@ <template> <div class="point"> 111 <MyUpload></MyUpload> </div> </template> </template> <script> // 引入上传组件 import MyUpload from '@/components/myUpload' export default { components:{ MyUpload }, data() { return { } } } </script>