UNPKG

guci-date

Version:

A golden bottle of sake costs ten thousand yuan, and a jade plate costs ten thousand yuan.

20 lines (13 loc) 369 B
import router from '@/router'; import { Message } from 'element-ui'; export function isReturn(code) { if(code === -1){ sessionStorage.removeItem('tokenInfo') Message.error('登录已过期,请重新登录') router.push("/"); }else{ // Message.success('查询成功') return } return }