Skip to content

Commit

Permalink
修复部分图片无法显示的情况
Browse files Browse the repository at this point in the history
  • Loading branch information
llRagdoll authored Aug 31, 2023
1 parent 6d7241d commit a8ea8c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/components/用户界面/doctors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ import { ElMessage, ElMessageBox } from 'element-plus'
export default defineComponent({
setup() {
const doctors = [
'../../../public/tl.png',
'../../../public/tl2.png',
'../../../public/tl3.png',
'tl.png',
'tl2.png',
'tl3.png',
];
// 在组件挂载后获取医生数据
Expand Down
6 changes: 3 additions & 3 deletions src/components/用户界面/donate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ const userStore = useUserStore()
const router = useRouter()
const tabPosition = ref('left')
const urls = [
'../../../public/home8.jpg',
'../../../public/home2.png',
'../../../public/home7.jpg',
'home8.jpg',
'home2.png',
'home7.jpg',
]
const donationTime = new Date().toISOString(); // 当前时间转换为字符串格式
Expand Down

0 comments on commit a8ea8c8

Please sign in to comment.