Skip to content

Commit 8bd7d4b

Browse files
committed
fix: src
1 parent c074712 commit 8bd7d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Login-Modal/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const onClickCancel = () => {
8888

8989
<template>
9090
<div class="max-w-[600px] px-8 py-4 min-w-[420px]" v-loading="form.loading">
91-
<img class="block m-auto pb-4" src="src/assets/coffee.png" alt="">
91+
<img class="block m-auto pb-4" src="/src/assets/coffee.png" alt="">
9292
<p class="py-1 pb-4 text-center text-orange-100 font-bold">欢迎使用</p>
9393
<div class="flex justify-between items-center py-2 text-sm mb-2" >
9494
<div class="pr-2 text-sm min-w-[80px]">账号:</div>

0 commit comments

Comments
 (0)