mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 21:16:43 +08:00
告知
This commit is contained in:
@@ -31,8 +31,8 @@ service.interceptors.request.use(
|
||||
})
|
||||
}
|
||||
|
||||
// config.headers['token'] = window.localStorage.getItem('token')
|
||||
config.headers['token'] = `507e5ff426364e95b22cd4c1e22f427f`
|
||||
config.headers['token'] = window.localStorage.getItem('token')
|
||||
// config.headers['token'] = `507e5ff426364e95b22cd4c1e22f427f`
|
||||
return config
|
||||
},
|
||||
error => {
|
||||
|
||||
@@ -101,8 +101,8 @@ export default {
|
||||
}
|
||||
},
|
||||
created() {
|
||||
// getOrderDetail({ orderNo: localStorage.orderNo }).then(res => {
|
||||
getOrderDetail({ orderNo: `8186270000000036` }).then(res => {
|
||||
getOrderDetail({ orderNo: localStorage.orderNo }).then(res => {
|
||||
|
||||
if (res.result == 0) {
|
||||
//投被保人关系
|
||||
this.relationToAppnt = res.orderDTO.insuredDTOs[0].relationToAppnt
|
||||
|
||||
Reference in New Issue
Block a user