From 9293c7d45656954505d5909cdb54c9c7e9172546 Mon Sep 17 00:00:00 2001 From: Phoenix <64720302+Concur-max@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:09:54 +0800 Subject: [PATCH] s --- .env | 5 ++-- index.html | 8 +++--- src/App.vue | 13 +++++++-- src/main.js | 7 +++-- src/utils/request/request.js | 3 +- src/utils/storage/storage.js | 53 ++++++++++++++++++++++++++++++++++++ src/views/chat/index.vue | 4 +-- 7 files changed, 78 insertions(+), 15 deletions(-) create mode 100644 src/utils/storage/storage.js diff --git a/.env b/.env index 386e724..ab1c08c 100644 --- a/.env +++ b/.env @@ -1,8 +1,9 @@ # Glob API URL VITE_GLOB_API_URL=/api -VITE_APP_API_BASE_URL=https://erpapi.fontree.cn - +VITE_APP_API_BASE_URL=http://114.218.158.24:9020 +https://erpapi.fontree.cn #正式 +http://114.218.158.24:9020#测试 # Whether long replies are supported, which may result in higher API fees VITE_GLOB_OPEN_LONG_REPLY=true diff --git a/index.html b/index.html index 0a19f72..89602f1 100644 --- a/index.html +++ b/index.html @@ -13,12 +13,12 @@
-
+
diff --git a/src/App.vue b/src/App.vue index 28a5d0b..4edfe6b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,4 +1,4 @@ -