mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-09 02:46:47 +08:00
fix:图片引用问题修改
This commit is contained in:
@@ -29,9 +29,9 @@
|
||||
</template>
|
||||
<script setup>
|
||||
import { computed, defineProps, ref, watch } from "vue";
|
||||
import back from "../assets/image/pathdetails/pathDetailBack.png";
|
||||
import nameBack from "../assets/image/pathdetails/pathDetailImg.png";
|
||||
import currentBack from "../assets/image/pathdetails/pathDetailImgSelect.png";
|
||||
// import back from "../assets/image/pathdetails/pathDetailBack.png";
|
||||
// import nameBack from "../assets/image/pathdetails/pathDetailImg.png";
|
||||
// import currentBack from "../assets/image/pathdetails/pathDetailImgSelect.png";
|
||||
import { useRouter } from "vue-router/dist/vue-router";
|
||||
import { ElLoading } from "element-plus";
|
||||
import { ROUTERTASK_LIST } from "@/api/api";
|
||||
@@ -48,6 +48,12 @@ const props = defineProps({
|
||||
});
|
||||
const router = useRouter();
|
||||
const visiable = ref(true);
|
||||
|
||||
const back = ref("../assets/image/pathdetails/pathDetailBack.png");
|
||||
const nameBack = ref("../assets/image/pathdetails/pathDetailImg.png");
|
||||
const currentBack = ref("../assets/image/pathdetails/pathDetailImgSelect.png");
|
||||
|
||||
|
||||
const imageAttrs = {
|
||||
"路径图背景-1671015331292.png": {
|
||||
width: 1437,
|
||||
|
||||
Reference in New Issue
Block a user