Merge branch 'main' of http://192.168.0.56:3000/hywen/YNUtdPlatform
This commit is contained in:
commit
ce59c6e2df
|
|
@ -38,9 +38,9 @@ module.exports = {
|
||||||
uploadUrl: 'http://192.168.0.14:19999/exam-file/file/uploadBase64',
|
uploadUrl: 'http://192.168.0.14:19999/exam-file/file/uploadBase64',
|
||||||
bmwUrl: 'http://192.168.0.14:19999/exam-bmw',
|
bmwUrl: 'http://192.168.0.14:19999/exam-bmw',
|
||||||
// 体检-基础路径
|
// 体检-基础路径
|
||||||
tjBaseUrl: 'http://192.168.0.14:19100/AppPeaManager',
|
tjBaseUrl: 'http://192.168.0.14:18077/AppPeaManager',
|
||||||
// tjBaseUrl: 'http://192.168.2.91:19100/AppPeaManager',
|
// tjBaseUrl: 'http://192.168.2.91:19100/AppPeaManager',
|
||||||
tjFile: 'http://112.29.103.165:1616/medicalDocumentation/statics/',
|
tjFile: 'http://192.168.0.14:18077/medicalDocumentation/statics/',
|
||||||
|
|
||||||
//实名制移动端-登录接口
|
//实名制移动端-登录接口
|
||||||
realLoginUrl:'http://192.168.0.14:9200/',
|
realLoginUrl:'http://192.168.0.14:9200/',
|
||||||
|
|
|
||||||
|
|
@ -236,7 +236,7 @@
|
||||||
}, 500)
|
}, 500)
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: req.msg,
|
title: '系统异常,请联系管理员',
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
@ -244,7 +244,7 @@
|
||||||
fail: err => {
|
fail: err => {
|
||||||
console.log('🚀 ~ gotoYy ~ err:', err)
|
console.log('🚀 ~ gotoYy ~ err:', err)
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: err.msg,
|
title: '系统异常,请联系管理员',
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
@ -310,7 +310,7 @@
|
||||||
}, 500)
|
}, 500)
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.data.message,
|
title: '系统异常,请联系管理员',
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
@ -318,7 +318,7 @@
|
||||||
fail: err => {
|
fail: err => {
|
||||||
console.log('🚀 ~ gotoYy ~ err:', err)
|
console.log('🚀 ~ gotoYy ~ err:', err)
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: err.errMsg,
|
title: '系统异常,请联系管理员',
|
||||||
icon: 'none'
|
icon: 'none'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue