|
@@ -2,13 +2,13 @@
|
|
|
<div id="clickBtn">
|
|
|
<el-row>
|
|
|
<el-col :span="24" class="style">
|
|
|
- <span v-if="user.role == '4' || user.role == '5' || user.role == '6' || user.role == '7'">
|
|
|
+ <span v-if="user.role == '4' || user.role == '5' || user.role == '6'">
|
|
|
<van-cell is-link title="个人信息" @click="$router.push({ path: '/userCenter/user/index' })" />
|
|
|
<van-cell is-link title="我的发布" @click="$router.push({ path: '/userCenter/myProduct/index' })" />
|
|
|
<van-cell is-link title="事项管理" @click="$router.push({ path: '/userCenter/matter/index' })" />
|
|
|
<van-cell is-link title="展会管理" @click="$router.push({ path: '/userCenter/dock/index' })" />
|
|
|
</span>
|
|
|
- <span v-else>
|
|
|
+ <!-- <span v-else>
|
|
|
<span v-if="user.role == '0'">
|
|
|
<van-cell is-link title="用户管理" @click="$router.push({ path: '/adminCenter/user/index' })" />
|
|
|
<van-cell is-link title="对接会管理" @click="$router.push({ path: '/adminCenter/duijiehui/index' })" />
|
|
@@ -36,7 +36,7 @@
|
|
|
<van-cell is-link title="统计报表" @click="$router.push({ path: '/vipDockCenter/statisInfo/index' })" />
|
|
|
<van-cell is-link title="动态监测" @click="$router.push({ path: '/vipDockCenter/dynamicInfo/index' })" />
|
|
|
</span>
|
|
|
- </span>
|
|
|
+ </span> -->
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</div>
|