代码import { createRouter, createWebHistory } from 'vue-router' // 需要在每一个页面新建page.js,在该文件中配置路由的meta信息。示例: // export default {title:'首页',menuOrder:1}...