From d35747119924d7707433204de2eeb0534dc1b17b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 01 Aug 2022 08:58:06 +0800
Subject: [PATCH] 地址更换
---
src/router/axios.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/router/axios.js b/src/router/axios.js
index c7d7728..36f5555 100644
--- a/src/router/axios.js
+++ b/src/router/axios.js
@@ -20,8 +20,8 @@
// baseURL: "http://localhost:82",
// baseURL: "http://192.168.0.107:82",
// baseURL: "http://192.168.0.107:80",
- baseURL: 'http://192.168.0.110:82', // 唐
- // baseURL: "http://171.34.197.243:790", //正常接口
+ // baseURL: 'http://192.168.0.110:82', // 唐
+ baseURL: 'http://171.34.197.243:782', // 正常接口
// baseURL: window.$apiUrls, // 2
// baseURL: "http://171.34.197.243:82", //3
// baseURL: "http://171.34.197.243:82/api", //验收
--
Gitblit v1.9.3