月球大数据地理空间分析展示平台-【中台】
Surpriseplus
2023-08-17 ef45a5e068d1a31a6f23e74d0c3105af91e15a83
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>