-
+
+
+
+
+
+ {{ getUserInfos.userName === '' ? 'c' : getUserInfos.userName.substring(0, 1) }}
+
+
{{ getUserInfos.userName === '' ? 'common' : getUserInfos.userName }}
@@ -86,6 +95,7 @@ import other from '/@/utils/other';
import { Session, Local } from '/@/utils/storage';
import UserNews from '/@/layout/navBars/breadcrumb/userNews.vue';
import Search from '/@/layout/navBars/breadcrumb/search.vue';
+
export default defineComponent({
name: 'layoutBreadcrumbUser',
components: { UserNews, Search },
@@ -259,17 +269,20 @@ export default defineComponent({
display: flex;
align-items: center;
justify-content: flex-end;
+
&-link {
height: 100%;
display: flex;
align-items: center;
white-space: nowrap;
+
&-photo {
width: 25px;
height: 25px;
border-radius: 100%;
}
}
+
&-icon {
padding: 0 10px;
cursor: pointer;
@@ -278,23 +291,28 @@ export default defineComponent({
line-height: 50px;
display: flex;
align-items: center;
+
&:hover {
background: var(--next-color-user-hover);
+
i {
display: inline-block;
animation: logoAnimation 0.3s ease-in-out;
}
}
}
+
::v-deep(.el-dropdown) {
color: var(--next-bg-topBarColor);
}
+
::v-deep(.el-badge) {
height: 40px;
line-height: 40px;
display: flex;
align-items: center;
}
+
::v-deep(.el-badge__content.is-fixed) {
top: 12px;
}
diff --git a/src/utils/gfast.ts b/src/utils/gfast.ts
index 4a4ad6f..612b21d 100644
--- a/src/utils/gfast.ts
+++ b/src/utils/gfast.ts
@@ -14,11 +14,10 @@ export function getUpFileUrl(url:string){
return url
}
let reg = new RegExp('^/*' + baseURL + "/*");
- return baseURL+"/"+url.replace(reg,'')
+ return baseURL+url.replace(reg,'')
}
-
/**
* 构造树型结构数据
* @param {*} data 数据源
diff --git a/src/views/gameLoginUrl/serverGeneralList/component/editConfig.vue b/src/views/gameLoginUrl/serverGeneralList/component/editConfig.vue
index b2b3c36..f7ecf25 100644
--- a/src/views/gameLoginUrl/serverGeneralList/component/editConfig.vue
+++ b/src/views/gameLoginUrl/serverGeneralList/component/editConfig.vue
@@ -1,129 +1,140 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 添加
+
+
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 添加
-
-
-
+
-
+
-
-
-
+
+
+
diff --git a/src/views/gameLoginUrl/serverGeneralList/index.vue b/src/views/gameLoginUrl/serverGeneralList/index.vue
index efe5a77..d0178ce 100644
--- a/src/views/gameLoginUrl/serverGeneralList/index.vue
+++ b/src/views/gameLoginUrl/serverGeneralList/index.vue
@@ -32,6 +32,12 @@
{{ tableData.data[0].uniqueAddress }}
+
+ {{ tableData.data[0].activityDbUrl }}
+
+
+ {{ tableData.data[0].activityDbName }}
+
diff --git a/src/views/gameNotice/list/index.vue b/src/views/gameNotice/list/index.vue
index ad3f779..194c98f 100644
--- a/src/views/gameNotice/list/index.vue
+++ b/src/views/gameNotice/list/index.vue
@@ -41,9 +41,21 @@
}}
+
+
+ 关闭
+ 开启
+
+
删除
+
+ 开启
+
+
+ 关闭
+
@@ -75,7 +87,7 @@
+
+
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index b29c29e..2289421 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -7,15 +7,15 @@