Bläddra i källkod

增加产品页面

yanglzh 3 år sedan
förälder
incheckning
7c3c7f9dd9
3 ändrade filer med 30 tillägg och 0 borttagningar
  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>