Просмотр исходного кода

fix(frontend): 修复认知能力测评页 import 路径错误(单文件页面 ../utils/api.js 而非 ../../)

liaoxg 21 часов назад
Родитель
Сommit
d5eb25fc2f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      cfc-frontend/pages/cognitive-hall.vue

+ 2 - 2
cfc-frontend/pages/cognitive-hall.vue

@@ -57,8 +57,8 @@
 </template>
 
 <script>
-import { getCognitiveChildScores } from '../../utils/api.js'
-import { getFamilyMemberList } from '../../utils/api.js'
+import { getCognitiveChildScores } from '../utils/api.js'
+import { getFamilyMemberList } from '../utils/api.js'
 
 export default {
   data() {