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 @@