From 5d867dc4ec8ac108b68709709ec478f01ae87236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E7=93=9C=E4=B8=80=E5=9D=97=E5=85=AB?= <2523890936@qq.com> Date: Fri, 18 Jul 2025 14:49:13 +0800 Subject: [PATCH] =?UTF-8?q?icp=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f/web-kboss/src/utils/request.js | 7 ++++--- f/web-kboss/src/views/homePage/indexLast.vue | 12 ++++++++---- f/web-kboss/src/views/login/indexNew.vue | 17 ++++++++--------- .../index.vue | 1 - f/web-kboss/vue.config.js | 4 +++- 5 files changed, 23 insertions(+), 18 deletions(-) diff --git a/f/web-kboss/src/utils/request.js b/f/web-kboss/src/utils/request.js index 758e757..d3d7efe 100644 --- a/f/web-kboss/src/utils/request.js +++ b/f/web-kboss/src/utils/request.js @@ -19,9 +19,10 @@ let myUrl = window.location.href.split("/#")[0]; let testUrl = '' -// window.location.href === "https://www.kaiyuancloud.cn/#/login?redirect=%2F" -if (window.location.href.includes("www.kaiyuancloud.cn/dev")) { - testUrl = 'https://www.kaiyuancloud.cn/dev' +// window.location.href === "https://www.kaiyuancloud.cn/#/login?redirect=%2F"1 +if (window.location.href.includes("dev.opencomputing.cn")) { + + testUrl = 'https://dev.opencomputing.cn' } else if (window.location.href.includes("https://www.kaiyuancloud.cn")) {//dev testUrl = 'https://www.kaiyuancloud.cn' } else if (window.location.href.includes("localhost")) { diff --git a/f/web-kboss/src/views/homePage/indexLast.vue b/f/web-kboss/src/views/homePage/indexLast.vue index b1b4518..4bf51e7 100644 --- a/f/web-kboss/src/views/homePage/indexLast.vue +++ b/f/web-kboss/src/views/homePage/indexLast.vue @@ -15,8 +15,8 @@