import AppManage from "./views/AppManage.vue"; export default [ { path: "app-manage", name: "AppManage", component: AppManage } ];