This commit is contained in:
parent
acda88ee72
commit
d301b663b2
|
@ -208,6 +208,7 @@
|
|||
"router" : {
|
||||
"mode" : "history"
|
||||
},
|
||||
|
||||
"devServer" : {
|
||||
"https" : false,
|
||||
"port" : 8080,
|
||||
|
|
|
@ -2104,7 +2104,7 @@
|
|||
} else {
|
||||
uni.showToast({
|
||||
icon: 'error',
|
||||
title:'操作失败!'
|
||||
title:resA.msg
|
||||
})
|
||||
uni.hideLoading();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue