管道基础大数据平台系统开发-【前端】-新系統界面
584911253@qq.com
2023-03-14 b41b6bcda8d085b0c9b0f3d176e76fbed97557a8
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>