Merge branch 'feat/asset_material_relations' of https://git.liantu.tech/xiaoyu/topfans into feat/laser-grating-card-optimization
This commit is contained in:
commit
69d08abaee
@ -225,3 +225,5 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
/* SDK配置 */
|
||||
|
||||
|
||||
@ -138,7 +138,7 @@ export function request(options) {
|
||||
}
|
||||
},
|
||||
fail: (err) => {
|
||||
reject(err)
|
||||
reject(new Error(err.errMsg || '网络请求失败'))
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user