From 437dd0ff987038109e4d9de88a709982bf6e2f35 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 3 Jul 2023 20:10:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA?= 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 | 33 ++++++++++++++++++++++++-------- src/style/common.styl | 14 +++++++------- src/vuex/modules/data.js | 15 ++++++++++++--- src/vuex/types.js | 1 + 5 files changed, 48 insertions(+), 18 deletions(-) diff --git a/src/config/getData2.js b/src/config/getData2.js index deb6298..4280615 100644 --- a/src/config/getData2.js +++ b/src/config/getData2.js @@ -13,6 +13,9 @@ export const parameterSetting = (num, word) => post('api/developer/parameterSett password: word }) +export const homeQueryHead = () => post('api/home/queryHead', { +}) + // new // 登录 export const authlogin = (username, password) => post('auth/login', { diff --git a/src/pages/shells/index/index.vue b/src/pages/shells/index/index.vue index 27419b1..def597a 100644 --- a/src/pages/shells/index/index.vue +++ b/src/pages/shells/index/index.vue @@ -12,9 +12,9 @@