From 645f028516ddd429f2c085e369778bb1057b4526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Tue, 26 Dec 2023 15:03:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index 8956374..285fc1a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -176,7 +176,7 @@ export const constantRoutes = [ }, children: [ { - path: 'index', + path: 'model', component: () => import('@/views/model/model'), name: 'index', meta: {title: '模型', icon: '404',}