From a698ec0e840859921e1a077d208eda689bb42635 Mon Sep 17 00:00:00 2001 From: liang <594755172@qq.com> Date: Wed, 13 Aug 2025 11:24:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=99=E5=8F=B0=E7=9B=91=E6=8E=A7=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=98=AF=E5=90=A6=E5=85=81=E8=AE=B8=E8=A3=85=E8=BD=BD?= =?UTF-8?q?=E6=9C=BA=E3=80=81=E6=98=AF=E5=90=A6=E5=85=81=E8=AE=B8=E5=B9=B3?= =?UTF-8?q?=E5=9C=B0=E6=9C=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/kateLogin.js | 2 +- src/layout/standSettings.vue | 707 +++++++++++++++++++---------------- 2 files changed, 384 insertions(+), 325 deletions(-) diff --git a/src/api/kateLogin.js b/src/api/kateLogin.js index 66d853a..099e741 100644 --- a/src/api/kateLogin.js +++ b/src/api/kateLogin.js @@ -1,6 +1,6 @@ import axios from "axios"; axios.defaults.baseURL = 'https://login.microsoftonline.com/caterpillar.onmicrosoft.com' -axios.defaults.timeout = 5000; +axios.defaults.timeout = 50000; // axios.defaults.withCredentials = true const postToGetToken = (params) => { diff --git a/src/layout/standSettings.vue b/src/layout/standSettings.vue index dd81166..2dffe82 100644 --- a/src/layout/standSettings.vue +++ b/src/layout/standSettings.vue @@ -1,374 +1,433 @@ - - - - - - + + + + + - 搜索 - 重置 - - - - + + 搜索 + 重置 + + + + - - - - - - - - - - - - - - - - - - - - - - - - 编辑 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + 编辑 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 取消 确定 - - - - + + + + \ No newline at end of file -- 2.45.2.windows.1