-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
头像好像只能通过数据库修改才可以改变 #22
Comments
并没有加什么东西,它具体的操作,你可以点进去看一看 |
1 similar comment
这个handleUploadSuccess是自己的定义的,你可以去element-ui官网看一下el-upload组件是如何使用的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如果只是在首页修改头像那么这个头像就会进入到docs数据表中,但是头像的判断是依据staff数据表中avatar是否存在而进行显示的。但是数据中没有改变avatar的方法导致头像一直不可用。
The text was updated successfully, but these errors were encountered: