中建四局大屏文件名冲突
This commit is contained in:
parent
970a4f4c07
commit
5cded7e912
@ -13,7 +13,7 @@ import Card from '../components/Card'
|
||||
export default {
|
||||
components: { Card },
|
||||
data() {
|
||||
return {}
|
||||
return { }
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@ -13,7 +13,7 @@ import Card from '../components/Card'
|
||||
export default {
|
||||
components: { Card },
|
||||
data() {
|
||||
return {}
|
||||
return { }
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<div>
|
||||
<Card title="环境监测">
|
||||
<div class="contentBox">
|
||||
123
|
||||
123123
|
||||
</div>
|
||||
</Card>
|
||||
</div>
|
||||
|
||||
@ -26,7 +26,6 @@
|
||||
|
||||
<script>
|
||||
import Card from '../components/Card'
|
||||
|
||||
import echarts from 'echarts4'
|
||||
|
||||
export default {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user