From 9b5e019423988d33d167285e96bb398cdbf59e4e Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Tue, 16 May 2023 15:59:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BagStation/pages/SeparateProcess/orderPaying.vue | 4 +++- BagStation/pages/SeparateProcess/stationDetail.vue | 2 +- BagStation/pages/makeOrder/orderPaying.vue | 8 ++++++-- BagStation/pages/stationDetail/stationDetail.vue | 2 +- utils/request.js | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) diff --git a/BagStation/pages/SeparateProcess/orderPaying.vue b/BagStation/pages/SeparateProcess/orderPaying.vue index aae2206..78487fa 100644 --- a/BagStation/pages/SeparateProcess/orderPaying.vue +++ b/BagStation/pages/SeparateProcess/orderPaying.vue @@ -122,7 +122,9 @@ 油站: - {{order.siteName?order.siteName:''}} {{order.siteLevel}}级 + {{order.siteName?order.siteName:''}} + + 油品油枪: diff --git a/BagStation/pages/SeparateProcess/stationDetail.vue b/BagStation/pages/SeparateProcess/stationDetail.vue index 6be8959..4b0352b 100644 --- a/BagStation/pages/SeparateProcess/stationDetail.vue +++ b/BagStation/pages/SeparateProcess/stationDetail.vue @@ -12,7 +12,7 @@ {{siteInfo.siteName}} - {{siteInfo.siteLevel}}级 + {{siteInfo.address}} diff --git a/BagStation/pages/makeOrder/orderPaying.vue b/BagStation/pages/makeOrder/orderPaying.vue index 8ee0bc1..cf73af7 100644 --- a/BagStation/pages/makeOrder/orderPaying.vue +++ b/BagStation/pages/makeOrder/orderPaying.vue @@ -150,7 +150,9 @@ 油站: - {{order.siteName?order.siteName:''}} {{order.siteLevel}}级 + {{order.siteName?order.siteName:''}} + + 油品油枪: @@ -196,7 +198,9 @@ 油站: - {{order.siteName?order.siteName:''}} {{order.siteLevel}}级 + {{order.siteName?order.siteName:''}} + + 加注类型: diff --git a/BagStation/pages/stationDetail/stationDetail.vue b/BagStation/pages/stationDetail/stationDetail.vue index ef66312..88c75bd 100644 --- a/BagStation/pages/stationDetail/stationDetail.vue +++ b/BagStation/pages/stationDetail/stationDetail.vue @@ -12,7 +12,7 @@ {{siteInfo.siteName}} - {{siteInfo.siteLevel}}级 + {{siteInfo.address}} diff --git a/utils/request.js b/utils/request.js index 598f758..c107217 100644 --- a/utils/request.js +++ b/utils/request.js @@ -3,7 +3,7 @@ import utils from '@/utils/encode' // const env = process.env.NODE_ENV // const env = 'production'/* */ // const env = 'test' -const env = 'test' +const env = 'production' // 45 const testUrl = 'http://192.168.1.83:38080' // const productUrl = 'https://www.xingoil.com/adminapi'