From 61c2e839038e684119d03bccb24a4b7133c8a141 Mon Sep 17 00:00:00 2001 From: zhangxiao <898441624@qq.com> Date: 星期五, 09 八月 2024 14:58:42 +0800 Subject: [PATCH] fix: 修改bug --- index.html | 3 ++- src/views/sessionManager/index.vue | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3f15e7b..e3cd435 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,8 @@ <html lang="en"> <head> <meta charset="UTF-8" /> - <link rel="shortcut icon" type="image/x-icon" href="https://unpkg.byted-static.com/latest/byted/arco-config/assets/favicon.ico"> + <link rel="shortcut icon" type="image/x-icon" href="/src/assets/images/icon-logo.png" /> + <!-- https://unpkg.byted-static.com/latest/byted/arco-config/assets/favicon.ico --> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>SmartAl澶фā鍨嬪钩鍙�</title> </head> diff --git a/src/views/sessionManager/index.vue b/src/views/sessionManager/index.vue index ee13736..4e9a7f7 100644 --- a/src/views/sessionManager/index.vue +++ b/src/views/sessionManager/index.vue @@ -317,8 +317,9 @@ IconSearch, IconTiktokColor, } from '@arco-design/web-vue/es/icon'; - import { useAppStore } from '@/store'; + import { useAppStore, useUserStore } from '@/store'; import { computed, nextTick, onMounted, reactive, ref } from 'vue'; + import { Message } from '@arco-design/web-vue'; import { EventSourceParserStream } from 'eventsource-parser/stream'; import moment from 'moment'; -- Gitblit v1.8.0