Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
fix: image不显示
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin3go committed May 26, 2023
1 parent 26c5114 commit d0dd1a6
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/const/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ export const questionnaireUrl = '/static/image/questionnairePage/questionnaire.p
export const emptyUrl = '/static/image/noData.png'

// icons
export const indexIcon1 = '/static/image/icons/问卷查看.png'
export const indexIcon2 = '/static/image/icons/关于自己.png'
export const indexIcon3 = '/static/image/icons/关于他人.png'
export const indexIcon4 = '/static/image/icons/心理问答.png'
export const indexIcon1 = '/static/image/icons/questionnaireLook.png'
export const indexIcon2 = '/static/image/icons/aboutMe.png'
export const indexIcon3 = '/static/image/icons/aboutOther.png'
export const indexIcon4 = '/static/image/icons/qa.png'

// rankList

Expand All @@ -67,4 +67,4 @@ export const thirdRank = '/static/image/list/third.png'
export const feedbackUrl = 'https://xh4u7d54le.feishu.cn/share/base/form/shrcntq0JjHrPv50gsBhU5yVRrc'
export const sourceCodeUrl = 'https://github.com/Justin3go/xiaoyou-mp'

export const wxMoney = '/static/微信收款.jpg'
export const wxMoney = '/static/wechatCode.jpg'
File renamed without changes
File renamed without changes

0 comments on commit d0dd1a6

Please sign in to comment.