feat:完善页面样式和功能

This commit is contained in:
zjc
2024-12-23 16:36:32 +08:00
parent 71f22af6ac
commit 1d301b2d8f
19 changed files with 347 additions and 502 deletions

View File

@@ -11,6 +11,7 @@
import box2 from './components/box-2.vue'
import box3 from './components/box-3.vue'
import box4 from './components/box-4.vue'
let numm = ref(1231241)
const navLeft = [
{ name: '安全', path: '/monitor' },
{ name: '景区', path: '/scenic' },
@@ -22,5 +23,8 @@
{ name: '舆情', path: '/sentiment' },
{ name: '酒店' }
]
const handleChange = () => {
numm.value++
}
onMounted(() => {})
</script>