diff --git a/sub-operation-service/src/router/index.js b/sub-operation-service/src/router/index.js index 68faead..baa2142 100644 --- a/sub-operation-service/src/router/index.js +++ b/sub-operation-service/src/router/index.js @@ -3,7 +3,7 @@ * @Author: zenghua.wang * @Date: 2023-06-20 11:48:41 * @LastEditors: zenghua.wang - * @LastEditTime: 2025-04-07 17:24:45 + * @LastEditTime: 2025-04-12 14:48:27 */ import { createRouter, createWebHistory } from 'vue-router'; import Layout from '@/layouts/index.vue'; @@ -27,7 +27,7 @@ export const constantRoutes = [ path: '/sub-operation-service', name: 'layout', component: Layout, - redirect: '/sub-operation-service/home', + redirect: '/sub-operation-service/ecommerce', meta: { title: '首页' }, children: [ {