From 22b526a7ab81da32a97d866831b9177a42e34a90 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 26 Jan 2022 08:36:54 +0800
Subject: [PATCH] +定位点击后显示等待图标,
---
src/router/axios.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/router/axios.js b/src/router/axios.js
index d13c50f..dcf919e 100644
--- a/src/router/axios.js
+++ b/src/router/axios.js
@@ -8,10 +8,10 @@
import axios from "axios";
let httpName = window.location.protocol + "//" + window.location.hostname;
let url = httpName + "/apis";
-setTimeout(() => {
- console.log(window.location);
- console.log(url);
-}, 3000);
+// setTimeout(() => {
+// console.log(window.location);
+// console.log(url);
+// }, 3000);
const service = axios.create({
// baseURL: 'http://192.168.0.107:83',
// baseURL: "http://192.168.0.107:80",
--
Gitblit v1.9.3