Browse Source

Merge branch 'release' into dev

zhangchong 6 months ago
parent
commit
c2f3e86fa8
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/home/components/Home-date.vue

+ 3 - 3
src/views/home/components/Home-date.vue

@@ -3,11 +3,11 @@
 		<el-text type="danger">欢迎:{{ userInfos.name }}使用本系统!</el-text>
 		<el-text type="info" class="ml20">公历:{{ formatDate(now, 'YYYY-mm-dd HH:MM:SS WWW') }}</el-text>
 		<el-text type="info" class="ml20">农历:{{ getChineseDate() }}</el-text>
-		<el-badge :is-dot="isDot" class="ml20">
+<!--		<el-badge :is-dot="isDot" class="ml20">
 			<el-button class="share-button" type="primary" @click="linkOld" :disabled="!userNameEncryptionEnCode"
 				><SvgIcon name="iconfont icon-daohang" class="mr5" size="18px" /> 一键登录到旧系统</el-button
 			>
-		</el-badge>
+		</el-badge>-->
 	</el-card>
 </template>
 <script setup lang="ts">
@@ -71,7 +71,7 @@ const linkOld = () => {
 	window.open(AppConfigInfo.value.oldHotlineUrl + userNameEncryptionEnCode.value);
 };
 onMounted(() => {
-	getUserName();
+	// getUserName();
 });
 </script>
 <style lang="scss" scoped>