Browse Source

增加产品页面

yanglzh 3 years ago
parent
commit
7c3c7f9dd9
3 changed files with 30 additions and 0 deletions
  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>