yanglzh 3 лет назад
Родитель
Сommit
7c3c7f9dd9
3 измененных файлов с 30 добавлено и 0 удалено
  1. 10 0
      src/views/device/instance/index.vue
  2. 10 0
      src/views/device/product/index.vue
  3. 10 0
      src/views/shebi/index.vue

+ 10 - 0
src/views/device/instance/index.vue

@@ -0,0 +1,10 @@
+<template>
+	<div class="home-container"> instance
+	</div>
+</template>
+
+<script lang="ts" setup>
+</script>
+
+<style scoped lang="scss">
+</style>

+ 10 - 0
src/views/device/product/index.vue

@@ -0,0 +1,10 @@
+<template>
+	<div class="home-container">product
+	</div>
+</template>
+
+<script lang="ts" setup>
+</script>
+
+<style scoped lang="scss">
+</style>

+ 10 - 0
src/views/shebi/index.vue

@@ -0,0 +1,10 @@
+<template>
+	<div class="home-container">dfa
+	</div>
+</template>
+
+<script lang="ts" setup>
+</script>
+
+<style scoped lang="scss">
+</style>