Commit 4c601ce8 authored by xhx's avatar xhx

fix:样式

parent 04a9ea44
src/assets/image/title.png

6.53 KB | W: | H:

src/assets/image/title.png

6.24 KB | W: | H:

src/assets/image/title.png
src/assets/image/title.png
src/assets/image/title.png
src/assets/image/title.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -81,9 +81,9 @@ export default Vue.extend({ ...@@ -81,9 +81,9 @@ export default Vue.extend({
const err = e.response const err = e.response
if (err.data?.code === 406 && err.data?.reason === 'USER_NOT_BIND') { if (err.data?.code === 406 && err.data?.reason === 'USER_NOT_BIND') {
this.show = true this.show = true
} else if (err.data?.code === 413) { } else if (err.data?.code === 413 || err.data?.code === 403) {
Toast.loading({ Toast.loading({
message: 'ERROR', message: err.data.message,
duration: 0, duration: 0,
forbidClick: true forbidClick: true
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment