From 03271246b94f84563bc6a6824b615ed6e73e2bda Mon Sep 17 00:00:00 2001 From: xiaowuler Date: Fri, 3 Dec 2021 15:11:53 +0800 Subject: [PATCH 1/2] modify some codes --- 04.系统编码/Frontend/src/uilts/axios.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/04.系统编码/Frontend/src/uilts/axios.ts b/04.系统编码/Frontend/src/uilts/axios.ts index d18d47e..7db59eb 100644 --- a/04.系统编码/Frontend/src/uilts/axios.ts +++ b/04.系统编码/Frontend/src/uilts/axios.ts @@ -5,8 +5,8 @@ import { ElLoading } from 'element-plus' let loading = null; const service = axios.create({ - baseURL:"http://localhost:8002", - // baseURL:"", + // baseURL:"http://localhost:8002", + baseURL:"", timeout: 500000 }) From 07fdc3c73e0b37e3d5b16967af3dc696152d100a Mon Sep 17 00:00:00 2001 From: xuhuihui <3548508071@qq.com> Date: Fri, 3 Dec 2021 17:46:14 +0800 Subject: [PATCH 2/2] commit --- 04.系统编码/Frontend/.idea/workspace.xml | 9 ++++++++- .../Frontend/src/components/Shared/Header.vue | 1 - 04.系统编码/Frontend/src/router/index.ts | 13 +++++++++++++ 04.系统编码/Frontend/src/uilts/axios.ts | 1 - 04.系统编码/Frontend/src/uilts/storage.ts | 18 +++++++++--------- 5 files changed, 30 insertions(+), 12 deletions(-) diff --git a/04.系统编码/Frontend/.idea/workspace.xml b/04.系统编码/Frontend/.idea/workspace.xml index 5f4aa52..bfa6c9e 100644 --- a/04.系统编码/Frontend/.idea/workspace.xml +++ b/04.系统编码/Frontend/.idea/workspace.xml @@ -1,7 +1,13 @@ - + + + + + + +