From 03271246b94f84563bc6a6824b615ed6e73e2bda Mon Sep 17 00:00:00 2001 From: xiaowuler Date: Fri, 3 Dec 2021 15:11:53 +0800 Subject: [PATCH] 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 })