核工业西南物理研究院知识库AI客户端
xiangpei
2025-04-14 a2a65830c9507f02aa8a7ff72b0e69b9c2ced4bb
src/views/Index.vue
@@ -1,8 +1,8 @@
<template>
  <div class="index">
    <div class="common-op">
      <el-dropdown @command="handleCommand" trigger="click">
        <span class="el-dropdown-link">
      <el-dropdown @command="handleCommand" trigger="hover">
        <span class="el-dropdown-link" style="user-select: none">
          张三<i class="el-icon-arrow-down el-icon--right"></i>
        </span>
        <el-dropdown-menu slot="dropdown">
@@ -178,7 +178,6 @@
  },
  methods: {
    sessionChange(session, index) {
      console.log("触发了吗")
      this.currentSession = index
      if (this.$router.currentRoute.path !== "/chat") {
        this.$router.push("/chat")
@@ -356,6 +355,7 @@
  position: absolute;
  top: 20px;
  right: 50px;
  z-index: 10;
}
.setting {
  margin-top: 20px;