基于北京SDK的方案预演功能
suerprisePlus
2024-06-13 28de79b44655118b1deffb5c9a8b06ec2904905b
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
  <div class="militaryBox"></div>
</template>
 
<script lang="ts" setup></script>
 
<style lang="less" scoped>
.militaryBox {
  width: 100%;
  height: 100%;
  background: skyblue;
}
</style>