wangting
2024-04-26 c4d9e7a20dac267c5496ad3586c5053be279a17a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<template>
  <!--文仓管理页面-->
  <basic-container>
 
  </basic-container>
</template>
 
<script>
export default {
  name: "index"
}
</script>
 
<style scoped>
 
</style>