修改首页,未登录添加数据

This commit is contained in:
duan
2025-01-07 16:18:26 +08:00
parent 299a340144
commit 3731abf871
2 changed files with 111 additions and 8 deletions

View File

@@ -5,6 +5,13 @@
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index2",
"style": {
"navigationBarTitleText": "斯耀短剧",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},{
"path": "pages/task/index",
"style": {
"navigationBarTitleText": "任务",
@@ -282,14 +289,6 @@
"navigationBarTitleText": "图片s",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index2",
"style": {
"navigationBarTitleText": "斯耀短剧",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
}
],
"subPackages": [{