修改了小样式 按钮

master
夜良king 2021-12-28 18:33:47 +08:00
parent 76d028277a
commit 7490211340
1 changed files with 4 additions and 2 deletions

View File

@ -70,8 +70,10 @@ export default {
return JSON.parse(Storage.getItem('userInfo'));
} else{
this.$Modal.confirm({
title:'登录失效',
content:"<p>登录已失效,请再次登录</p>",
title:'请登录',
content:"<p>请登录后执行此操作</p>",
okText: '立即登录',
cancelText: '继续浏览',
onOk:()=>{
if(true){
this.$router.push('/login');