|
@@ -47,22 +47,34 @@
|
|
<el-menu-item index="6">
|
|
<el-menu-item index="6">
|
|
<template slot="title">
|
|
<template slot="title">
|
|
<i class="el-icon-notebook-1"></i>
|
|
<i class="el-icon-notebook-1"></i>
|
|
- <span>统计报表</span>
|
|
|
|
|
|
+ <span>在线指导</span>
|
|
</template>
|
|
</template>
|
|
</el-menu-item>
|
|
</el-menu-item>
|
|
<el-menu-item index="7">
|
|
<el-menu-item index="7">
|
|
<template slot="title">
|
|
<template slot="title">
|
|
<i class="el-icon-notebook-1"></i>
|
|
<i class="el-icon-notebook-1"></i>
|
|
- <span>动态监测</span>
|
|
|
|
|
|
+ <span>项目路演</span>
|
|
</template>
|
|
</template>
|
|
</el-menu-item>
|
|
</el-menu-item>
|
|
<el-menu-item index="8">
|
|
<el-menu-item index="8">
|
|
|
|
+ <template slot="title">
|
|
|
|
+ <i class="el-icon-notebook-1"></i>
|
|
|
|
+ <span>统计报表</span>
|
|
|
|
+ </template>
|
|
|
|
+ </el-menu-item>
|
|
|
|
+ <el-menu-item index="9">
|
|
|
|
+ <template slot="title">
|
|
|
|
+ <i class="el-icon-notebook-1"></i>
|
|
|
|
+ <span>动态监测</span>
|
|
|
|
+ </template>
|
|
|
|
+ </el-menu-item>
|
|
|
|
+ <el-menu-item index="10">
|
|
<template slot="title">
|
|
<template slot="title">
|
|
<i class="el-icon-refresh-right"></i>
|
|
<i class="el-icon-refresh-right"></i>
|
|
<span>返回</span>
|
|
<span>返回</span>
|
|
</template>
|
|
</template>
|
|
</el-menu-item>
|
|
</el-menu-item>
|
|
- <el-menu-item index="9">
|
|
|
|
|
|
+ <el-menu-item index="11">
|
|
<template slot="title">
|
|
<template slot="title">
|
|
<i class="el-icon-circle-close"></i>
|
|
<i class="el-icon-circle-close"></i>
|
|
<span>退出登录</span>
|
|
<span>退出登录</span>
|
|
@@ -100,14 +112,14 @@ export default {
|
|
...dock(['fetch', 'query', 'delete', 'update', 'fetch']),
|
|
...dock(['fetch', 'query', 'delete', 'update', 'fetch']),
|
|
// 菜单跳转
|
|
// 菜单跳转
|
|
async selectMenu(key) {
|
|
async selectMenu(key) {
|
|
- if (key == '9') {
|
|
|
|
|
|
+ if (key == '11') {
|
|
this.logout();
|
|
this.logout();
|
|
this.$message({
|
|
this.$message({
|
|
message: '退出登录成功',
|
|
message: '退出登录成功',
|
|
type: 'success',
|
|
type: 'success',
|
|
});
|
|
});
|
|
this.$router.push({ path: '/newlogin' });
|
|
this.$router.push({ path: '/newlogin' });
|
|
- } else if (key == '8') {
|
|
|
|
|
|
+ } else if (key == '10') {
|
|
let res = await this.fetch(this.user.uid);
|
|
let res = await this.fetch(this.user.uid);
|
|
this.$router.push({ path: '/hall/direct', query: { id: res.data.id, title: res.data.title } });
|
|
this.$router.push({ path: '/hall/direct', query: { id: res.data.id, title: res.data.title } });
|
|
} else {
|
|
} else {
|