|
@@ -14,67 +14,67 @@
|
|
|
<span>{{ item.title }}</span>
|
|
|
</template>
|
|
|
</el-menu-item> -->
|
|
|
- <el-menu-item index="1">
|
|
|
+ <!-- <el-menu-item index="1">
|
|
|
<template slot="title">
|
|
|
<i class="el-icon-pie-chart"></i>
|
|
|
<span>绑定微信</span>
|
|
|
</template>
|
|
|
- </el-menu-item>
|
|
|
- <el-menu-item index="2">
|
|
|
+ </el-menu-item> -->
|
|
|
+ <el-menu-item index="1">
|
|
|
<template slot="title">
|
|
|
<i class="el-icon-pie-chart"></i>
|
|
|
<span>展会管理</span>
|
|
|
</template>
|
|
|
</el-menu-item>
|
|
|
- <el-menu-item index="3">
|
|
|
+ <el-menu-item index="2">
|
|
|
<template slot="title">
|
|
|
<i class="el-icon-pie-chart"></i>
|
|
|
<span>申请管理</span>
|
|
|
</template>
|
|
|
</el-menu-item>
|
|
|
- <el-menu-item index="4">
|
|
|
+ <el-menu-item index="3">
|
|
|
<template slot="title">
|
|
|
<i class="el-icon-pie-chart"></i>
|
|
|
<span>VIP用户</span>
|
|
|
</template>
|
|
|
</el-menu-item>
|
|
|
- <el-menu-item index="5">
|
|
|
+ <el-menu-item index="4">
|
|
|
<template slot="title">
|
|
|
<i class="el-icon-notebook-1"></i>
|
|
|
<span>交易备案</span>
|
|
|
</template>
|
|
|
</el-menu-item>
|
|
|
- <el-menu-item index="6">
|
|
|
+ <el-menu-item index="5">
|
|
|
<template slot="title">
|
|
|
<i class="el-icon-notebook-1"></i>
|
|
|
<span>嘉宾访谈</span>
|
|
|
</template>
|
|
|
</el-menu-item>
|
|
|
- <el-menu-item index="7">
|
|
|
+ <el-menu-item index="6">
|
|
|
<template slot="title">
|
|
|
<i class="el-icon-notebook-1"></i>
|
|
|
<span>项目路演</span>
|
|
|
</template>
|
|
|
</el-menu-item>
|
|
|
- <el-menu-item index="8">
|
|
|
+ <el-menu-item index="7">
|
|
|
<template slot="title">
|
|
|
<i class="el-icon-notebook-1"></i>
|
|
|
<span>统计报表</span>
|
|
|
</template>
|
|
|
</el-menu-item>
|
|
|
- <el-menu-item index="9">
|
|
|
+ <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="10">
|
|
|
+ <el-menu-item index="9">
|
|
|
<template slot="title">
|
|
|
<i class="el-icon-refresh-right"></i>
|
|
|
<span>返回</span>
|
|
|
</template>
|
|
|
</el-menu-item>
|
|
|
- <el-menu-item index="11">
|
|
|
+ <el-menu-item index="10">
|
|
|
<template slot="title">
|
|
|
<i class="el-icon-circle-close"></i>
|
|
|
<span>退出登录</span>
|
|
@@ -112,7 +112,7 @@ export default {
|
|
|
...dock(['fetch', 'query', 'delete', 'update', 'fetch']),
|
|
|
// 菜单跳转
|
|
|
async selectMenu(key) {
|
|
|
- if (key == '11') {
|
|
|
+ if (key == '10') {
|
|
|
this.logout();
|
|
|
this.$message({
|
|
|
message: '退出登录成功',
|