|
@@ -59,7 +59,7 @@ function goBackManager() {
|
|
<div style="width:100%;background-color:#f5f5fd;height:50px;display:flex;justify-content: center;margin-bottom: 0px;">
|
|
<div style="width:100%;background-color:#f5f5fd;height:50px;display:flex;justify-content: center;margin-bottom: 0px;">
|
|
<div style="width:1200px;height:50px;display:flex;align-items: center;padding:5px 0">
|
|
<div style="width:1200px;height:50px;display:flex;align-items: center;padding:5px 0">
|
|
<div style="font-size:18px;padding-right:80px;cursor: pointer;" @click="titleBackHome()">{{ appname }}</div>
|
|
<div style="font-size:18px;padding-right:80px;cursor: pointer;" @click="titleBackHome()">{{ appname }}</div>
|
|
- <div @click="goBackManager()" v-if="user.user_role_id && (user.user_role_id != 76 || user.user_role_id != 77)"
|
|
|
|
|
|
+ <div @click="goBackManager()" v-if="user.user_role_id && (user.user_role_id != 76 && user.user_role_id != 77)"
|
|
style="height:100%;line-height:40px;padding:0 20px;border-radius:5px;cursor: pointer;font-size:13px">后台管理</div>
|
|
style="height:100%;line-height:40px;padding:0 20px;border-radius:5px;cursor: pointer;font-size:13px">后台管理</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|