surprise
2023-12-15 bc2306d1614899efdb188cd29cea3c853ef924ff
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>