From 4912638fc5fc26958a0b0401aa332e0f549cb7c2 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Mon, 22 Apr 2024 16:04:19 +0800
Subject: [PATCH] first

---
 index.html           |   11 +++++++++++
 src/axios/api.url.js |    4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index 23c1435..2453afe 100644
--- a/index.html
+++ b/index.html
@@ -38,6 +38,17 @@
             passive: false
         });
     </script>
+
+    <!-- Start of LiveChat (www.livechat.com) code -->
+    <script>
+        window.__lc = window.__lc || {};
+        window.__lc.license = 17714604;
+        ; (function (n, t, c) { function i(n) { return e._h ? e._h.apply(null, n) : e._q.push(n) } var e = { _q: [], _h: null, _v: "2.0", on: function () { i(["on", c.call(arguments)]) }, once: function () { i(["once", c.call(arguments)]) }, off: function () { i(["off", c.call(arguments)]) }, get: function () { if (!e._h) throw new Error("[LiveChatWidget] You can't use getters before load."); return i(["get", c.call(arguments)]) }, call: function () { i(["call", c.call(arguments)]) }, init: function () { var n = t.createElement("script"); n.async = !0, n.type = "text/javascript", n.src = "https://cdn.livechatinc.com/tracking.js", t.head.appendChild(n) } }; !n.__lc.asyncInit && e.init(), n.LiveChatWidget = n.LiveChatWidget || e }(window, document, [].slice))
+    </script>
+    <noscript><a href="https://www.livechat.com/chat-with/17714604/" rel="nofollow">Chat with us</a>, powered by <a
+            href="https://www.livechat.com/?welcome" rel="noopener nofollow" target="_blank">LiveChat</a></noscript>
+    <!-- End of LiveChat code -->
+
 </head>
 
 <body style="height: 100%; position: absolute; width: 100%;">
diff --git a/src/axios/api.url.js b/src/axios/api.url.js
index 1d7d148..7d36807 100644
--- a/src/axios/api.url.js
+++ b/src/axios/api.url.js
@@ -7,9 +7,9 @@
   // baseURL: '/',
   // baseURL: 'http://www.jumptalk.net:8091',
   // 0311
-  baseURL: "https://api.essencefunds.com/",
+  // baseURL: "https://api.essencefunds.com/",
   // 本地
-  // baseURL: "http://192.168.0.110:8091/",
+  baseURL: "http://192.168.0.110:8091/",
   util: {
     image: "/util/image.html" // 图片上传
   }

--
Gitblit v1.9.3