diff --git a/src/views/main/ExpressModule/details.vue b/src/views/main/ExpressModule/details.vue index d8f1fe0..a8a709a 100644 --- a/src/views/main/ExpressModule/details.vue +++ b/src/views/main/ExpressModule/details.vue @@ -1394,8 +1394,7 @@ export default { }) }, PrintFaceList() { - //const url = `http://47.104.85.216:12345/api/ExpressDelivery/PrintWaybill?orderId=${ - const url = `http://60.209.125.238:35100/ExpressDelivery/PrintWaybill?orderId=${ + const url = `${process.env.VUE_APP_API_BASE_URL}/ExpressDelivery/PrintWaybill?orderId=${ this.id }&authorization=${Vue.ls.get(ACCESS_TOKEN)}` const openObj = window.open(url)