From bf58722dfd03ea1513f3acc7331d4d4403fca76e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 18 Mar 2022 11:48:37 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web
---
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 93c7de0..55b8dfd 100644
--- a/src/router/axios.js
+++ b/src/router/axios.js
@@ -12,8 +12,8 @@
// console.log(window.location);
// console.log(url);
// }, 3000);
-// window.$apiUrls = "http://171.34.197.243:782";
-window.$apiUrls = 'http://192.168.0.110:82'
+window.$apiUrls = 'http://171.34.197.243:782'
+// window.$apiUrls = 'http://192.168.0.110:82'
const service = axios.create({
// baseURL: 'http://192.168.0.107:83',
--
Gitblit v1.9.3