mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 01:15:53 +08:00
修改了小样式 按钮
This commit is contained in:
@@ -70,8 +70,10 @@ export default {
|
|||||||
return JSON.parse(Storage.getItem('userInfo'));
|
return JSON.parse(Storage.getItem('userInfo'));
|
||||||
} else{
|
} else{
|
||||||
this.$Modal.confirm({
|
this.$Modal.confirm({
|
||||||
title:'登录失效',
|
title:'请登录',
|
||||||
content:"<p>登录已失效,请再次登录</p>",
|
content:"<p>请登录后执行此操作</p>",
|
||||||
|
okText: '立即登录',
|
||||||
|
cancelText: '继续浏览',
|
||||||
onOk:()=>{
|
onOk:()=>{
|
||||||
if(true){
|
if(true){
|
||||||
this.$router.push('/login');
|
this.$router.push('/login');
|
||||||
|
|||||||
Reference in New Issue
Block a user