UNPKG

vva-cli

Version:

A CLI of Vue 3 and Typescript and Element-plus in Vite

24 lines (22 loc) 520 B
export const DEFAULT_PAGE_SIZE = 20; export const USER_INFOR_KEY = "vva_user_info"; export const USER_TOKEN_KEY = "vva_user_token"; export const LANG_KEY = "vva_language_token"; export const navList = [ { text: "数据统计", icon: "el-icon-s-marketing", path: "/home/view", children: [ { text: "基础数据", path: "/home/view/basic", }, ], }, { text: "专栏审核", icon: "el-icon-notebook-2", path: "/home/article", }, ];