去除dist目录提交

This commit is contained in:
Gao xiaosong
2020-05-17 00:46:52 +08:00
parent 81e65d9974
commit 20842ae3fe
2 changed files with 5 additions and 1 deletions

View File

@ -369,7 +369,8 @@ export default {
})
.catch(err => {
uni.showToast({
title: err.msg || err.response.data.msg|| err.response.data.message,
title:
err.msg || err.response.data.msg || err.response.data.message,
icon: "none",
duration: 2000
});