|
@@ -514,7 +514,7 @@ export default {
|
|
|
r.onload = function() {
|
|
|
if (this.result) {
|
|
|
const code = JSON.parse(this.result);
|
|
|
- if (code.code === '00020004') {
|
|
|
+ if (code.code === '00020004' || code.code === '00020007') {
|
|
|
that
|
|
|
.$alert(`${code.msg}`, '提示', {
|
|
|
confirmButtonText: '确定',
|