智慧园区前端大屏
shuishen
2024-11-01 d2c27ba635c49b7e0c2bac52083a7a9e9c646224
src/views/survey/components/box/fireSource.vue
@@ -2,16 +2,16 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2023-03-13 14:54:26
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-03-13 15:00:55
 * @FilePath: \forest-fire\src\views\statistics\components\box\dataContent.vue
 * @LastEditTime: 2024-11-01 09:54:15
 * @FilePath: \bigScreen\src\views\survey\components\box\fireSource.vue
 * @Description: 
 * 
 * Copyright (c) 2023 by ${git_name_email}, All Rights Reserved. 
-->
<script setup>
// import publicContent from './publicContent.vue'
import { getDetail } from '../../../../api/indParkInfo'
import publicContent from './publicContent.vue'
const { VITE_APP_BASE } = import.meta.env
import { getDetail } from '@/api/indParkInfo'
import { ref, reactive } from 'vue'
@@ -41,8 +41,8 @@
</script>
<template>
    <!-- <public-content>
        <template #content> -->
  <public-content>
    <template #content>
    <div class="box-content-box">
        <div class="box-content">
            <div>
@@ -59,7 +59,7 @@
        <div class="container">
            <div class="box-content-sj">
                <img src="../../../../../public/images/雨量站@2x.png" alt="">
            <img :src="VITE_APP_BASE + 'images/雨量站@2x.png'" alt="">
                <div>
                    <div class="box-content-ss">
                        <div>
@@ -77,7 +77,7 @@
            </div>
            <div class="box-content-sj">
                <img src="../../../../../public/images/雨量站@2x.png" alt="">
            <img :src="VITE_APP_BASE + 'images/雨量站@2x.png'" alt="">
                <div>
                    <div class="box-content-ss">
                        <div>
@@ -194,8 +194,8 @@
    </div>
    <!-- </template>
    </public-content> -->
    </template>
  </public-content>
</template>
<style lang="scss" scoped>