mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-23 09:50:54 +08:00
Merge branch '1.0' of https://github.com/WeBankFinTech/fes.js into 1.0
This commit is contained in:
commit
b988a38223
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@webank/fes-core",
|
"name": "@webank/fes-core",
|
||||||
"version": "0.4.6",
|
"version": "0.4.7",
|
||||||
"description": "一个好用的前端管理台快速开发框架",
|
"description": "一个好用的前端管理台快速开发框架",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
@ -143,7 +143,7 @@ const success = function (response) {
|
|||||||
throw error;
|
throw error;
|
||||||
}
|
}
|
||||||
// eslint-disable-next-line no-undefined
|
// eslint-disable-next-line no-undefined
|
||||||
return (result === undefined || result === null) || {};
|
return (result === undefined || result === null) ? {} : result;
|
||||||
};
|
};
|
||||||
|
|
||||||
const fail = function (error) {
|
const fail = function (error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user