mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-12-26 10:05:57 +08:00
新增免费版 ChatGPT
This commit is contained in:
@@ -9,6 +9,7 @@ import NotFound from './views/404.vue'
|
||||
import TestPage from './views/Test.vue'
|
||||
import Home from "@/views/Home.vue";
|
||||
import './utils/prototype'
|
||||
import ChatFree from "@/views/ChatFree.vue";
|
||||
|
||||
const routes = [
|
||||
{
|
||||
@@ -31,6 +32,11 @@ const routes = [
|
||||
title: '测试页面'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'free', path: '/free', component: ChatFree, meta: {
|
||||
title: 'ChatGPT 免费版'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'NotFound', path: '/:all(.*)', component: NotFound, meta: {
|
||||
title: '页面没有找到'
|
||||
|
||||
Reference in New Issue
Block a user