先上一个简单的路由配置,和vue2 还是有区别 import { createRouter, createWebHistory } from 'vue-router' const routes = [ { path: '/', redirect: '/login' } ...
確定! 回上一頁