From ec1ca90d905c869ec5741f67a366b90bdcd0f552 Mon Sep 17 00:00:00 2001 From: b2894lxlx <517289602@qq.com> Date: Mon, 27 Oct 2025 10:34:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8D=95=E4=BD=8D=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 +- src/views/oa/oaCompany/index.vue | 747 ++++++++++++++++++------------- 2 files changed, 433 insertions(+), 317 deletions(-) diff --git a/.env.development b/.env.development index 25e5934..b3a1709 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,8 @@ VITE_APP_NAME=后台管理系统 VITE_SOCKET_URL=wss://server.websoft.top VITE_SERVER_URL=https://server.websoft.top/api -VITE_API_URL=https://cms-api.websoft.top/api +#VITE_API_URL=https://cms-api.websoft.top/api +VITE_API_URL=http://1.14.159.185:9200/api #VITE_SOCKET_URL=ws://127.0.0.1:9191 #VITE_SERVER_URL=http://127.0.0.1:8000/api diff --git a/src/views/oa/oaCompany/index.vue b/src/views/oa/oaCompany/index.vue index 8a6b25a..a997c29 100644 --- a/src/views/oa/oaCompany/index.vue +++ b/src/views/oa/oaCompany/index.vue @@ -1,7 +1,7 @@