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 @@