wujingjing
2025-04-14 1df71bdd7fc5b35be1447c9cc574bf610666f436
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<template>
    <div class="gis-situation">
        <div class="gis-situation-header">
            <div class="gis-situation-header-title">
                <span>GIS系统概况</span>
            </div>
        </div>
    </div>
</template>
 
<script setup lang="ts" name="GisSituation">
import { ref } from 'vue';
 
 
</script>
<style scoped lang="scss"></style>