fix: 放开产品页面
This commit is contained in:
@@ -34,7 +34,7 @@ export const layoutRouter: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '/products',
|
||||
name: 'products',
|
||||
component: () => import('@/pages/product/index.vue'),
|
||||
component: () => import('@/pages/products/index.vue'),
|
||||
meta: {
|
||||
title: '产品页面',
|
||||
keepAlive: true, // 如果需要缓存
|
||||
|
||||
Reference in New Issue
Block a user