mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-07 18:06:48 +08:00
fix:图片引入方式修改
This commit is contained in:
@@ -274,8 +274,8 @@
|
||||
|
||||
<script setup>
|
||||
import { computed, reactive, ref, watch } from "vue";
|
||||
import circle from '../../assets/image/pathdetails/circle.png';
|
||||
import circle2 from '../../assets/image/pathdetails/circle2.png';
|
||||
// import circle from '../../assets/image/pathdetails/circle.png';
|
||||
// import circle2 from '../../assets/image/pathdetails/circle2.png';
|
||||
import { boeRequest, useRequest, request } from "@/api/request";
|
||||
import { ROUTER_PROCESS, LINK_DETAILS, STUDY_RECORD, EvaluationToLearn } from "@/api/api";
|
||||
import { useRoute, useRouter } from "vue-router";
|
||||
@@ -305,7 +305,8 @@ const path = { 1: "path" };
|
||||
const dialogVisible = ref(false);
|
||||
const dialogVisibleTip = ref('');
|
||||
|
||||
|
||||
const circle = ref('../../assets/image/pathdetails/circle.png');
|
||||
const circle2 = ref('../../assets/image/pathdetails/circle2.png');
|
||||
|
||||
const types = ref({
|
||||
typeName: {
|
||||
|
||||
Reference in New Issue
Block a user