style(header): 更新头部背景渐变色

- 将.header-bg的背景渐变色从绿色系更改为金色系
- 将.header-bg2的背景渐变色从绿色系更改为金色系

feat(routes): 添加gift路由配置

- 在app.config.ts中新增gift根路由配置
-为gift路由添加index页面配置
- 调整routes数组格式以提高可读性
This commit is contained in:
2025-09-25 00:27:50 +08:00
parent 87d6648989
commit a6b274d78d
2 changed files with 10 additions and 3 deletions

View File

@@ -34,6 +34,12 @@ export default {
"index"
]
},
{
"root": "gift",
"pages": [
"index"
]
},
{
"root": "user",
"pages": [
@@ -87,7 +93,8 @@ export default {
'goodsDetail/index',
'orderConfirm/index',
'orderConfirmCart/index',
'search/index']
'search/index'
]
},
{
"root": "admin",