From 722dbde665a8e335bccaa9d984cd02eb22333e54 Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Sat, 05 Mar 2022 17:49:13 +0800
Subject: [PATCH] +新增标签,可编辑,可加图片
---
src/router/axios.js | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/router/axios.js b/src/router/axios.js
index 758ab14..41557a7 100644
--- a/src/router/axios.js
+++ b/src/router/axios.js
@@ -12,14 +12,18 @@
// console.log(window.location);
// console.log(url);
// }, 3000);
+// 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',
// 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://192.168.0.110:82", //唐
// baseURL: "http://171.34.197.243:790", //正常接口
+ baseURL: window.$apiUrls, //2
+ // baseURL: "http://171.34.197.243:82", //3
// baseURL: "http://171.34.197.243:82/api", //验收
// baseURL: "https://6e78efa6.cpolar.io/apis", //https接口
// baseURL: url, //https接口
--
Gitblit v1.9.3