Explorar o código

增加产品页面

yanglzh %!s(int64=3) %!d(string=hai) anos
pai
achega
7c3c7f9dd9

+ 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>