diff --git a/common/api/order.js b/common/api/order.js index df7e6c4..aa70986 100644 --- a/common/api/order.js +++ b/common/api/order.js @@ -41,7 +41,7 @@ export const getSalemanList = (data = {})=> { // 报价试算 export const preCalcWaybillFee = (data = {})=> { - return coreRequest(url.preCalcWaybillFee, { ...data, postCode: 'RSD' }, {}, "GET") + return coreRequest(url.preCalcWaybillFee, { ...data, postCode: 'RSD' }, {}) } // 物流轨迹 diff --git a/pages/login/login.vue b/pages/login/login.vue index edaf2ec..09954d4 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -54,7 +54,7 @@ return { submitParams: { username: '25001108', - password: '123456' + password: 'q123456' }, remberPassport: [true] } diff --git a/pages/post/freightCalculate.vue b/pages/post/freightCalculate.vue index ad796f5..3a001b8 100644 --- a/pages/post/freightCalculate.vue +++ b/pages/post/freightCalculate.vue @@ -6,32 +6,29 @@ - - - - + + + - - + - + - - + - + - + - -