北京经济技术开发区经开区虚拟城市项目-【前端】-移动端Web
11
少年
2024-01-31 972e380a4f9d00cacf15dffda906d5563f35431e
1
2
3
4
5
6
7
8
<script>
const layers = [];
const alpha = 1;
export default {
  layers, //收集器
  alpha,
};
</script>