| | |
| | | <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> |
| | |
| | | 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'; |