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