From 1cc78ceec8996cc5ad1683cd6bb585359c1d24aa Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 15 Dec 2023 17:32:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/getData2.js | 3 +++ src/pages/shells/index/index.vue | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/config/getData2.js b/src/config/getData2.js index deb6298..35e3829 100644 --- a/src/config/getData2.js +++ b/src/config/getData2.js @@ -19,6 +19,9 @@ export const authlogin = (username, password) => post('auth/login', { username: username, password: password }) + +export const queryHead = () => post('api/home/queryHead', { +}) // 车辆状态 // 1.1查询车辆状态 export const queryVehicleStatus = (username, password) => post('api/vehicle/queryVehicleStatus', { diff --git a/src/pages/shells/index/index.vue b/src/pages/shells/index/index.vue index a3251ec..f264421 100644 --- a/src/pages/shells/index/index.vue +++ b/src/pages/shells/index/index.vue @@ -96,7 +96,7 @@