北京经济技术开发区经开区虚拟城市项目-【前端】-移动端Web
少年
2024-01-20 9bcddf02208aa75a683f429e7c9f18fa9169ff15
src/router/index.js
@@ -8,8 +8,8 @@
const routes = [
  {
    path: '/',
    // redirect: "login",
    redirect: "index",
    redirect: "login",
    // redirect: "index",
  },
  {
    path: '/login',
@@ -25,6 +25,7 @@
];
const router = new Router({
  mode: "history",
  // base: '/Mobile',//测试版 打包时解开
  routes,
});