We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c074712 commit 8bd7d4bCopy full SHA for 8bd7d4b
src/components/Login-Modal/index.vue
@@ -88,7 +88,7 @@ const onClickCancel = () => {
88
89
<template>
90
<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="">
+ <img class="block m-auto pb-4" src="/src/assets/coffee.png" alt="">
92
<p class="py-1 pb-4 text-center text-orange-100 font-bold">欢迎使用</p>
93
<div class="flex justify-between items-center py-2 text-sm mb-2" >
94
<div class="pr-2 text-sm min-w-[80px]">账号:</div>
0 commit comments