|
@@ -48,7 +48,7 @@
|
|
|
<i class="el-icon-caret-bottom" />
|
|
|
</div>
|
|
|
<el-dropdown-menu slot="dropdown">
|
|
|
- <router-link to="/user/profile">
|
|
|
+ <router-link to="/user/profile" v-if="!dynamic">
|
|
|
<el-dropdown-item>个人中心</el-dropdown-item>
|
|
|
</router-link>
|
|
|
<el-dropdown-item @click.native="setting = true">
|