基于廊坊系统为基础,国防科技大学系统演示Demo
lixuliang
2024-04-29 f3e9c51852c875f02a9ab5047fcfa36e0725cd7e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<template>
 
</template>
 
<script>
export default {
  mounted() {
    // this.$router.push('/QualityInspection')
    this.$router.push('/WareInspection')
  }
}
</script>
 
<style>
</style>