+ style="min-width:800px;display: flex;align-items: center;justify-content: space-between;">
+
NC AI
@@ -561,7 +562,7 @@ export default {
.search-section {
flex: 1;
min-width: 850px;
- padding-bottom: 10px;
+ // padding-bottom: 10px;
.search-bar {
display: flex;
align-items: center;
diff --git a/f/web-kboss/src/views/setting/tools.js b/f/web-kboss/src/views/setting/tools.js
index f8523fb..2b6f4c0 100644
--- a/f/web-kboss/src/views/setting/tools.js
+++ b/f/web-kboss/src/views/setting/tools.js
@@ -1,6 +1,6 @@
export function getHomePath() {
// let homePath= "/homePage/index"
- let homePath= "/ncmatchHome/index"
+ let homePath= ""
// 业主机构信息
let url_link = window.location.href || '';
@@ -18,11 +18,14 @@ export function getHomePath() {
!url_link.includes('/domain/')) {
if (domain_url.includes('ncmatch') || domain_url.includes('9527')) {
- homePath = '/homePath/index'
- } else if (domain_url.includes('kaiyuancloud') || domain_url.includes('opencomputing') || domain_url.includes('localhost')) {
homePath = '/ncmatchHome/index'
+ } else if (domain_url.includes('kaiyuancloud') || domain_url.includes('opencomputing') || domain_url.includes('localhost')) {
+ homePath = '/homePage/index'
}
+ }else{
+ homePath = '/homePage/index'
}
- console.log("res是",homePath)
+ // this.$message.success("homePath是"+homePath)
+ console.log("homePath是",homePath)
return homePath
}