feat: 完成排行榜功能
This commit is contained in:
@@ -106,6 +106,19 @@ export const layoutRouter: RouteRecordRaw[] = [
|
||||
},
|
||||
},
|
||||
|
||||
// 排行榜
|
||||
{
|
||||
path: 'ranking',
|
||||
name: 'ranking',
|
||||
component: () => import('@/pages/ranking/index.vue'),
|
||||
meta: {
|
||||
title: '意心Ai全球大模型实时排行榜(编程)',
|
||||
keepAlive: 0,
|
||||
isDefaultChat: false,
|
||||
layout: 'default',
|
||||
},
|
||||
},
|
||||
|
||||
// 支付结果
|
||||
{
|
||||
path: 'pay-result',
|
||||
|
||||
Reference in New Issue
Block a user