Browse Source

标注库跳转分析系统标注库

zhuhao 2 years ago
parent
commit
e51d029030
1 changed files with 8 additions and 0 deletions
  1. 8 0
      RMS-FrontEnd/src/views/layout/components/UserBar.vue

+ 8 - 0
RMS-FrontEnd/src/views/layout/components/UserBar.vue

@@ -16,6 +16,7 @@
           
           <el-dropdown-item command="clientble" v-if="$permission('/rms/clientManage')">客户管理</el-dropdown-item>
           <el-dropdown-item command="product" v-if="$permission('/rms/product')">产品管理</el-dropdown-item>
+          <el-dropdown-item command="indicia" v-if="$permission('/workspace/scratchWords')">标注库</el-dropdown-item>
           <el-dropdown-item command="set">设置</el-dropdown-item>
           <el-dropdown-item divided command="doLogout">退出登录</el-dropdown-item>
         </el-dropdown-menu>
@@ -187,8 +188,15 @@ export default {
         case 'taskList':
           this.toTaskList()
           break;
+        case 'indicia'://标注库
+          this.toIndicia()
+          break;
       }
     },
+    // 跳转标注库
+    toIndicia() {
+      window.open(this.$c.pasURL + '/indicia')
+    },
      //跳转到任务清单
      toTaskList(){
       const router = this.$router.resolve({