中建四局大屏文件名冲突

This commit is contained in:
骆乐 2022-09-02 15:57:49 +08:00
parent 970a4f4c07
commit 5cded7e912
4 changed files with 3 additions and 4 deletions

View File

@ -13,7 +13,7 @@ import Card from '../components/Card'
export default {
components: { Card },
data() {
return {}
return { }
}
}
</script>

View File

@ -13,7 +13,7 @@ import Card from '../components/Card'
export default {
components: { Card },
data() {
return {}
return { }
}
}
</script>

View File

@ -2,7 +2,7 @@
<div>
<Card title="环境监测">
<div class="contentBox">
123
123123
</div>
</Card>
</div>

View File

@ -26,7 +26,6 @@
<script>
import Card from '../components/Card'
import echarts from 'echarts4'
export default {