增加二期菜单以及综合模式评估页面

This commit is contained in:
zx
2026-04-28 15:47:19 +08:00
parent 6904f960b7
commit e5a0527861
23 changed files with 1013 additions and 46 deletions

View File

@@ -1,5 +1,6 @@
<!-- 底部导航栏智能 -->
<template>
<navigation title="智能"/>
<view class="contentBox">
<ProjectOverView />
</view>
@@ -7,15 +8,11 @@
<script setup>
import ProjectOverView from '../components/ProjectOverView.vue'
import Navigation from '../components/Navigation.vue';
</script>
<style>
.content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.logo {
height: 200rpx;