From 58521493f172071ac3e029f956176072a210fe96 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 05 三月 2024 14:22:03 +0800 Subject: [PATCH] feat:修改地址 --- api/publicInterface.js | 4 ++-- api/request.js | 8 ++++---- pages/driver-page/driver-index/bill-of-lading-details/historicalOrders/index.vue | 2 +- pages/driver-page/driver-index/test-index.vue | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api/publicInterface.js b/api/publicInterface.js index b78d643..5552410 100644 --- a/api/publicInterface.js +++ b/api/publicInterface.js @@ -3,8 +3,8 @@ import { BaseUrl as wrBaseUrl } from '@/api/request.js' -const BaseUrl = 'http://192.168.0.212:9999' -// const BaseUrl = 'https://mx.jzeg.cn:9095' +// const BaseUrl = 'http://192.168.0.212:9999' +const BaseUrl = 'https://mx.jzeg.cn:9095' // const BaseUrl = 'http://192.168.31.18:9999' // const BaseUrl = 'http://192.168.0.100:9999' // const BaseUrl = 'http://192.168.0.108:9999' diff --git a/api/request.js b/api/request.js index 1893ae1..48c02af 100644 --- a/api/request.js +++ b/api/request.js @@ -103,8 +103,8 @@ // const BaseUrl = "http://192.168.31.18:9997" // const webSocketUrl = "ws://192.168.31.18:9997/wrzs/ws/info" -const BaseUrl = 'http://192.168.0.212:9896' -const webSocketUrl = "ws://192.168.0.212:9896/wrzs/ws/info" +// const BaseUrl = 'http://192.168.0.212:9896' +// const webSocketUrl = "ws://192.168.0.212:9896/wrzs/ws/info" export const onlineurl = "https://mx.jzeg.cn:9095"; // const BaseUrl = "http://192.168.0.100:9997"; // const webSocketUrl = "ws://192.168.0.100:9997/wrzs/ws/info" @@ -112,8 +112,8 @@ // const BaseUrl = "http://192.168.0.108:9997"; // const webSocketUrl = "ws://192.168.0.108:9997/wrzs/ws/info" // 绾夸笂鐢熶骇 -// const BaseUrl = "https://mx.jzeg.cn:9095"; -// const webSocketUrl = "wss://mx.jzeg.cn:9095/wrzs/ws/info" +const BaseUrl = "https://mx.jzeg.cn:9095"; +const webSocketUrl = "wss://mx.jzeg.cn:9095/wrzs/ws/info" // 璇锋眰鎷︽埅 diff --git a/pages/driver-page/driver-index/bill-of-lading-details/historicalOrders/index.vue b/pages/driver-page/driver-index/bill-of-lading-details/historicalOrders/index.vue index 99bbfff..cfe53d5 100644 --- a/pages/driver-page/driver-index/bill-of-lading-details/historicalOrders/index.vue +++ b/pages/driver-page/driver-index/bill-of-lading-details/historicalOrders/index.vue @@ -62,7 +62,7 @@ <view class="time-icon"><u-icon name="clock" color="#515151" size="25"></u-icon></view> - <view class="send-date">{{ item.yuYueSection }}</view> + <view class="send-date">{{ item.yuYueSection || item.yuYueTime }}</view> </div> <div class="twoRight"> <u-tag :text="item.coalName" plain> </u-tag> diff --git a/pages/driver-page/driver-index/test-index.vue b/pages/driver-page/driver-index/test-index.vue index 0cb84e7..9ab69af 100644 --- a/pages/driver-page/driver-index/test-index.vue +++ b/pages/driver-page/driver-index/test-index.vue @@ -67,7 +67,7 @@ <view class="time-icon"><u-icon name="clock" color="#515151" size="25"></u-icon></view> - <view class="send-date">{{ item.yuYueSection }}</view> + <view class="send-date">{{ item.yuYueTime }}</view> </div> <div class="twoRight"> <u-tag :text="item.coalName" plain> </u-tag> -- Gitblit v1.9.1