mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 02:06:38 +08:00
图片
This commit is contained in:
parent
83358b4e5b
commit
4a2be0272c
@ -308,7 +308,7 @@
|
||||
<li class="rc-list__item">
|
||||
<a class="rc-list__link rc-icon ts-login--xs rc-iconography--xs" role="menuitem" @click="turnlogin">
|
||||
个人中心
|
||||
<em class="rc-screen-reader" v-if="loginornot"></em>
|
||||
<em class="rc-screen-reader" v-show="loginornot"></em>
|
||||
</a>
|
||||
</li>
|
||||
<li class="rc-list__item">
|
||||
@ -353,7 +353,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
headerScroll:false,
|
||||
loginornot:true,//用户是否登录提示点
|
||||
loginornot:false,//用户是否登录提示点
|
||||
usermessage:null,//存储用户信息
|
||||
};
|
||||
},
|
||||
|
BIN
rc-busness/static/images/banner/pc-weixin.png
Normal file
BIN
rc-busness/static/images/banner/pc-weixin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 621 KiB |
BIN
rc-busness/static/images/banner/weixin.png
Normal file
BIN
rc-busness/static/images/banner/weixin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 573 KiB |
Loading…
Reference in New Issue
Block a user