mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-10 11:26:49 +08:00
fix:图片引入方式修改
This commit is contained in:
@@ -157,9 +157,9 @@
|
||||
</template>
|
||||
<script setup>
|
||||
import { computed, ref } from "vue";
|
||||
import nostarted from "../../assets/image/nostarted.png";
|
||||
import completed from "../../assets/image/completed.png";
|
||||
import ongoing from "../../assets/image/ongoing.png";
|
||||
// import nostarted from "../../assets/image/nostarted.png";
|
||||
// import completed from "../../assets/image/completed.png";
|
||||
// import ongoing from "../../assets/image/ongoing.png";
|
||||
import { usePage } from "@/api/request";
|
||||
import { ROUTER_LIST } from "@/api/api";
|
||||
import { useRouter } from "vue-router";
|
||||
@@ -194,6 +194,9 @@ const returnfun = () => {
|
||||
showmapdetail.value = false;
|
||||
};
|
||||
|
||||
const completed = ref("../../assets/image/completed.png");
|
||||
const ongoing = ref("../../assets/image/ongoing.png");
|
||||
|
||||
async function gofun(e) {
|
||||
detail.value = e;
|
||||
showmapdetail.value = true;
|
||||
|
||||
Reference in New Issue
Block a user