Ver Fonte

首页import修改

xinyan há 9 meses atrás
pai
commit
3d6723840b
1 ficheiros alterados com 4 adições e 5 exclusões
  1. 4 5
      src/views/score-statistics/index.vue

+ 4 - 5
src/views/score-statistics/index.vue

@@ -4,15 +4,14 @@
  * @Description:
  * @Author: xinyan
  */
-
-import LineChart from './component/LineChart.vue';
-import MonthlyRating from './component/MonthlyRating.vue';
-import OverView from './component/components/Overview.vue';
+import Overview from '/@/views/score-statistics/components/Overview.vue';
+import LineChart from '/@/views/score-statistics/components/LineChart.vue';
+import MonthlyRating from '/@/views/score-statistics/components/MonthlyRating.vue';
 </script>
 
 <template>
 	<div class="flex-grow p-5">
-		<OverView></OverView>
+		<Overview></Overview>
 		<el-card style="margin: 10px 0">
 			<LineChart></LineChart>
 		</el-card>