UNPKG

@ecip/ecip-bpm

Version:

A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features

10 lines (8 loc) 188 B
import { getStorageVal } from 'ecip-web/utils' export function getToken() { const token = getStorageVal('token', '') if (token) { return JSON.parse(token).value } return '' }