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