From a127b3ea47948e2a23142aa5ca5da2279ba4a64c Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 27 Nov 2024 10:55:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=97=B6=E9=97=B4=E6=88=B3?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=BB=A5=E5=90=8C=E6=AD=A5=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/inject.js | 6 +++--- src/views/AppNavbar.vue | 18 ++++++++++++++---- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/src/utils/inject.js b/src/utils/inject.js index e7878f9..ed10730 100644 --- a/src/utils/inject.js +++ b/src/utils/inject.js @@ -67,18 +67,18 @@ Vue.prototype.$marketBoard = Vue.observable({ screenId: '5b1849ac-4fc3-451a-844c-3362b47341ef', thirdGoods: {}, saleHour: undefined, - search: {"groupCodeList": [], "currentDate": "20240701", "compareDate": "20240630", "hourNum": "18"} + search: {"groupCodeList": [], "currentDate": "20240701", "compareDate": "20240630", "hourNum": "18", t: null} }) Vue.prototype.$multipleStoreBoard = Vue.observable({ carouselIndex: 0, - search: {"groupCodeList": [], "hourNum": "", type: "1"} + search: {"groupCodeList": [], "hourNum": "", type: "1", t: null} }) Vue.prototype.$storeBoard = Vue.observable({ currentDate: "20240705", dialog: false, aroundStock: [], query: {}, - search: {} + search: {t: null} }) Vue.component("HlsPlayer", { render: (h) => h('div', {style: {width: '100%', height: '100%'}}), diff --git a/src/views/AppNavbar.vue b/src/views/AppNavbar.vue index fef356a..ccdb7dc 100644 --- a/src/views/AppNavbar.vue +++ b/src/views/AppNavbar.vue @@ -1,14 +1,14 @@