首检完成

This commit is contained in:
qianhao.xu
2024-01-26 16:58:40 +08:00
parent a4942c55c9
commit f5487516cd
7 changed files with 515 additions and 70 deletions

View File

@@ -68,9 +68,7 @@ service.interceptors.response.use(
type: 'error',
})
return Promise.reject(res.data)
} else if (code == 210) {
this.$notify.error('新增失败null,联系技术人员')
} else {
} else {
//返回标准 code/msg/data字段
return res.data
}