|
@@ -44,7 +44,7 @@
|
|
|
</li>
|
|
</li>
|
|
|
<li>
|
|
<li>
|
|
|
<div class="pass">
|
|
<div class="pass">
|
|
|
- <input type="checkbox" id="brand" v-model="cState" />
|
|
|
|
|
|
|
+ <input type="checkbox" id="brand" v-model="cState"/>
|
|
|
<label for="brand">
|
|
<label for="brand">
|
|
|
<span>
|
|
<span>
|
|
|
<i class="el-icon-check"></i>
|
|
<i class="el-icon-check"></i>
|
|
@@ -70,8 +70,8 @@ export default {
|
|
|
return {
|
|
return {
|
|
|
videourl:require('../../static/images/loginMp3.mp4'),
|
|
videourl:require('../../static/images/loginMp3.mp4'),
|
|
|
bjImage: '/static/images/login/login_bg.jpg',
|
|
bjImage: '/static/images/login/login_bg.jpg',
|
|
|
- username: '管理员',
|
|
|
|
|
- pass: 'yfadmin',
|
|
|
|
|
|
|
+ username: '',
|
|
|
|
|
+ pass: '',
|
|
|
cState: false
|
|
cState: false
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -133,7 +133,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
mounted(){
|
|
mounted(){
|
|
|
window.sessionStorage.removeItem("menuTabs");
|
|
window.sessionStorage.removeItem("menuTabs");
|
|
|
- window.sessionStorage.removeItem("menuTabsValue");
|
|
|
|
|
|
|
+ window.sessionStorage.removeItem("menuTabsValue");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
</script>
|
|
</script>
|