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 @@
- 地址:{{ logoInfoNew.home.adress }}
- - 邮箱:open-computing@kaiyuancloud.cn
- - 电话: 400-6150805 010-65917875
+
- 邮箱:{{logoInfoNew.home.email}}
+ - 电话: {{logoInfoNew.home.mobile}}
@@ -80,9 +80,13 @@
京公网安备11010502054007号 {{
+ style="margin:15px 0 ;width: 1400px;display:flex;justify-content:center;align-items:center;color: #7A82A0;"> 京ICP{{
+ logoInfoNew.home.license
+ }} {{
logoInfoNew.home.footerTitle
- }} 版权所有 @kaiyuanyun 2023
+ }} {{
+ logoInfoNew.home.copyright
+ }}
diff --git a/f/web-kboss/src/views/login/indexNew.vue b/f/web-kboss/src/views/login/indexNew.vue
index 94e2bf0..c219f83 100644
--- a/f/web-kboss/src/views/login/indexNew.vue
+++ b/f/web-kboss/src/views/login/indexNew.vue
@@ -164,17 +164,14 @@
@@ -657,6 +654,7 @@ export default {
if (res.status == true && res.data && res.data.length) {
this.$store.commit('setLogoInfo', res.data[0]);
this.isShow = true
+ this.$store.commit('setLogoInfoNew', res.data[0].additional_msg);
if (res.data[0].orgname == '中关村数智人工智能产业联盟') {
this.logoUrlOut = 'https://www.ncmatch.cn'
}
@@ -969,6 +967,7 @@ export default {
...mapState({
isSuccessCode: state => state.login.isSuccessCode,
audioElement: state => state.sales.audioElement,
+ logoInfoNew: state => state.product.logoInfoNew,
})
}
diff --git a/f/web-kboss/src/views/operation/computingCenterManagement/clusterResourceInstanceConfiguration/index.vue b/f/web-kboss/src/views/operation/computingCenterManagement/clusterResourceInstanceConfiguration/index.vue
index 3d35d13..dcbfa1e 100644
--- a/f/web-kboss/src/views/operation/computingCenterManagement/clusterResourceInstanceConfiguration/index.vue
+++ b/f/web-kboss/src/views/operation/computingCenterManagement/clusterResourceInstanceConfiguration/index.vue
@@ -131,7 +131,6 @@
-
diff --git a/f/web-kboss/vue.config.js b/f/web-kboss/vue.config.js
index a428311..b3fb801 100644
--- a/f/web-kboss/vue.config.js
+++ b/f/web-kboss/vue.config.js
@@ -63,7 +63,9 @@ module.exports = {
// }
// },
'/api': {
- target: 'http://47.93.12.75:8891',
+ // target: 'http://47.93.12.75:8891',
+ target: 'https://dev.opencomputing.cn',
+
// target: 'https://www.kaiyuancloud.cn',
ws: true,
changeOrigin: true,