1
This commit is contained in:
parent
138f9a9318
commit
89f32ff254
@ -11,7 +11,7 @@ module.exports = {
|
|||||||
// 应用名称
|
// 应用名称
|
||||||
name: "lanan-jc",
|
name: "lanan-jc",
|
||||||
// 应用版本
|
// 应用版本
|
||||||
version: "2.2",
|
version: "2.6",
|
||||||
// 应用logo
|
// 应用logo
|
||||||
logo: "/static/logo.png'",
|
logo: "/static/logo.png'",
|
||||||
// 官方网站
|
// 官方网站
|
||||||
|
@ -57,7 +57,9 @@ const request = config => {
|
|||||||
toast(msg)
|
toast(msg)
|
||||||
reject(code)
|
reject(code)
|
||||||
}
|
}
|
||||||
res.data.code = (res.data.code === 0 ? 200 : res.data.code)
|
if (res.data.code != undefined){
|
||||||
|
res.data.code = (res.data.code === 0 ? 200 : res.data.code)
|
||||||
|
}
|
||||||
if(res.data.data && res.data.data.records){
|
if(res.data.data && res.data.data.records){
|
||||||
res.data.rows = res.data.data.records
|
res.data.rows = res.data.data.records
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user