feat: 异常问题处理

This commit is contained in:
duanshuwen
2025-12-07 21:16:01 +08:00
parent 768c0285ee
commit 83d1053990

View File

@@ -7,7 +7,7 @@
</template>
<script setup lang="ts" name="Rate">
import TitleSection from './components/TitleSection/index.vue'
import TitleSection from '@/components/TitleSection/index.vue'
import RatePanelSection from './components/RatePanelSection/index.vue'
import RateContentSection from './components/RateContentSection/index.vue'
</script>