月球大数据地理空间分析展示平台-【中台】
surprise
2023-10-31 68d96e197c921bb61bc079d42b617692eca36f55
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>