merge
This commit is contained in:
@@ -2,7 +2,7 @@ import { createRouter, createWebHistory } from 'vue-router'
|
||||
import routes from './routes' // 导入路由定义
|
||||
|
||||
const router = createRouter({
|
||||
history: createWebHistory('faceFamily'),
|
||||
history: createWebHistory('/faceFamily/'),
|
||||
routes
|
||||
})
|
||||
|
||||
|
||||
@@ -1,216 +1,216 @@
|
||||
const imageBackground = [
|
||||
{
|
||||
id: 1,
|
||||
titleImgUrl: 'src/assets/images/generate/template/shenxian/shenxian_bg.webp',
|
||||
titleImgUrl: 'src/assets/images/generate/template/shenxian/shenxian_bg.png',
|
||||
children: [
|
||||
{
|
||||
id: 1,
|
||||
imgUrl: 'src/assets/images/generate/template/shenxian/shenxian_1.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/shenxian/shenxian_1.png',
|
||||
peopleCount: 2
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
imgUrl: 'src/assets/images/generate/template/shenxian/shenxian_2.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/shenxian/shenxian_2.png',
|
||||
peopleCount: 2
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
imgUrl: 'src/assets/images/generate/template/shenxian/shenxian_3.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/shenxian/shenxian_3.png',
|
||||
peopleCount: 2
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
imgUrl: 'src/assets/images/generate/template/shenxian/shenxian_4.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/shenxian/shenxian_4.png',
|
||||
peopleCount: 3
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
imgUrl: 'src/assets/images/generate/template/shenxian/shenxian_5.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/shenxian/shenxian_5.png',
|
||||
peopleCount: 4
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
imgUrl: 'src/assets/images/generate/template/shenxian/shenxian_6.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/shenxian/shenxian_6.png',
|
||||
peopleCount: 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
titleImgUrl: 'src/assets/images/generate/template/xianxia/xianxia_bg.webp',
|
||||
titleImgUrl: 'src/assets/images/generate/template/xianxia/xianxia_bg.png',
|
||||
children: [
|
||||
{
|
||||
id: 1,
|
||||
imgUrl: 'src/assets/images/generate/template/xianxia/xianxia_1.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/xianxia/xianxia_1.png',
|
||||
peopleCount: 2
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
imgUrl: 'src/assets/images/generate/template/xianxia/xianxia_2.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/xianxia/xianxia_2.png',
|
||||
peopleCount: 2
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
imgUrl: 'src/assets/images/generate/template/xianxia/xianxia_3.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/xianxia/xianxia_3.png',
|
||||
peopleCount: 3
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
imgUrl: 'src/assets/images/generate/template/xianxia/xianxia_4.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/xianxia/xianxia_4.png',
|
||||
peopleCount: 3
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
imgUrl: 'src/assets/images/generate/template/xianxia/xianxia_5.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/xianxia/xianxia_5.png',
|
||||
peopleCount: 4
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
imgUrl: 'src/assets/images/generate/template/xianxia/xianxia_6.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/xianxia/xianxia_6.png',
|
||||
peopleCount: 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
titleImgUrl: 'src/assets/images/generate/template/fugu/fugu_bg.webp',
|
||||
titleImgUrl: 'src/assets/images/generate/template/fugu/fugu_bg.png',
|
||||
children: [
|
||||
{
|
||||
id: 1,
|
||||
imgUrl: 'src/assets/images/generate/template/fugu/fugu_1.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/fugu/fugu_1.png',
|
||||
peopleCount: 2
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
imgUrl: 'src/assets/images/generate/template/fugu/fugu_2.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/fugu/fugu_2.png',
|
||||
peopleCount: 2
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
imgUrl: 'src/assets/images/generate/template/fugu/fugu_3.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/fugu/fugu_3.png',
|
||||
peopleCount: 2
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
imgUrl: 'src/assets/images/generate/template/fugu/fugu_4.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/fugu/fugu_4.png',
|
||||
peopleCount: 3
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
imgUrl: 'src/assets/images/generate/template/fugu/fugu_5.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/fugu/fugu_5.png',
|
||||
peopleCount: 4
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
imgUrl: 'src/assets/images/generate/template/fugu/fugu_6.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/fugu/fugu_6.png',
|
||||
peopleCount: 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
titleImgUrl: 'src/assets/images/generate/template/xinzhongshi/xinzhongshi_bg.webp',
|
||||
titleImgUrl: 'src/assets/images/generate/template/xinzhongshi/xinzhongshi_bg.png',
|
||||
children: [
|
||||
{
|
||||
id: 1,
|
||||
imgUrl: 'src/assets/images/generate/template/xinzhongshi/xinzhongshi_1.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/xinzhongshi/xinzhongshi_1.png',
|
||||
peopleCount: 2
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
imgUrl: 'src/assets/images/generate/template/xinzhongshi/xinzhongshi_2.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/xinzhongshi/xinzhongshi_2.png',
|
||||
peopleCount: 2
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
imgUrl: 'src/assets/images/generate/template/xinzhongshi/xinzhongshi_3.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/xinzhongshi/xinzhongshi_3.png',
|
||||
peopleCount: 2
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
imgUrl: 'src/assets/images/generate/template/xinzhongshi/xinzhongshi_4.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/xinzhongshi/xinzhongshi_4.png',
|
||||
peopleCount: 3
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
imgUrl: 'src/assets/images/generate/template/xinzhongshi/xinzhongshi_5.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/xinzhongshi/xinzhongshi_5.png',
|
||||
peopleCount: 4
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
imgUrl: 'src/assets/images/generate/template/xinzhongshi/xinzhongshi_6.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/xinzhongshi/xinzhongshi_6.png',
|
||||
peopleCount: 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
titleImgUrl: 'src/assets/images/generate/template/luying/luying_bg.webp',
|
||||
titleImgUrl: 'src/assets/images/generate/template/luying/luying_bg.png',
|
||||
children: [
|
||||
{
|
||||
id: 1,
|
||||
imgUrl: 'src/assets/images/generate/template/luying/luying_1.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/luying/luying_1.png',
|
||||
peopleCount: 2
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
imgUrl: 'src/assets/images/generate/template/luying/luying_2.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/luying/luying_2.png',
|
||||
peopleCount: 2
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
imgUrl: 'src/assets/images/generate/template/luying/luying_3.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/luying/luying_3.png',
|
||||
peopleCount: 2
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
imgUrl: 'src/assets/images/generate/template/luying/luying_4.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/luying/luying_4.png',
|
||||
peopleCount: 3
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
imgUrl: 'src/assets/images/generate/template/luying/luying_5.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/luying/luying_5.png',
|
||||
peopleCount: 4
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
imgUrl: 'src/assets/images/generate/template/luying/luying_6.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/luying/luying_6.png',
|
||||
peopleCount: 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
titleImgUrl: 'src/assets/images/generate/template/paidui/paidui_bg.webp',
|
||||
titleImgUrl: 'src/assets/images/generate/template/paidui/paidui_bg.png',
|
||||
children: [
|
||||
{
|
||||
id: 1,
|
||||
imgUrl: 'src/assets/images/generate/template/paidui/paidui_1.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/paidui/paidui_1.png',
|
||||
peopleCount: 2
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
imgUrl: 'src/assets/images/generate/template/paidui/paidui_2.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/paidui/paidui_2.png',
|
||||
peopleCount: 2
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
imgUrl: 'src/assets/images/generate/template/paidui/paidui_3.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/paidui/paidui_3.png',
|
||||
peopleCount: 2
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
imgUrl: 'src/assets/images/generate/template/paidui/paidui_4.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/paidui/paidui_4.png',
|
||||
peopleCount: 3
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
imgUrl: 'src/assets/images/generate/template/paidui/paidui_5.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/paidui/paidui_5.png',
|
||||
peopleCount: 3
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
imgUrl: 'src/assets/images/generate/template/paidui/paidui_6.webp',
|
||||
imgUrl: 'src/assets/images/generate/template/paidui/paidui_6.png',
|
||||
peopleCount: 5
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user