From d1bb48c40e1228e4ab43a68dc41da64ac40e65ef Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 09 Feb 2022 16:47:17 +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