export interface ViewInfo { // 首页路由对象 name: string path: string desc: string icon: string }