1 Star 0 Fork 3

aibabelx/xjppt-app

forked from sunjulei/xjppt-app 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 2.67 KB
一键复制 编辑 原始数据 按行查看 历史
sunjulei 提交于 2023-09-28 15:30 . style: 移除多余文件和代码
{
"easycom": {
"^tn-(.*)": "@/tuniao-ui/components/tn-$1/tn-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "小鸡PPT"
}
}
],
"subPackages": [{
"root": "pageA",
"pages": [{
"path": "search/search",
"style": {
"navigationBarTitleText": "搜索"
}
},
{
"path": "set/set",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "about/about",
"style": {
"navigationBarTitleText": "关于PPT"
}
},
{
"path": "details/details",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "atlas/atlas",
"style": {
"navigationBarTitleText": "PPT详情页"
}
},
{
"path": "author/author",
"style": {
"navigationBarTitleText": "作者"
}
},
{
"path": "me/me",
"style": {
"navigationBarTitleText": "个人作品"
}
},
{
"path": "interact/interact",
"style": {
"navigationBarTitleText": "收藏下载"
}
},
{
"path": "viewRecord/viewRecord",
"style": {
"navigationBarTitleText": "浏览记录"
}
},
{
"path": "login/login",
"style": {
"navigationBarTitleText": "注册登录"
}
}, {
"path": "resetPassword/resetPassword",
"style": {
"navigationBarTitleText": "重置密码"
}
}
]
},
{
"root": "pageB",
"pages": [{
"path": "wallpaper/wallpaper",
"style": {
"navigationBarTitleText": "分类列表"
}
},
{
"path": "chat/chat",
"style": {
"navigationBarTitleText": "聊天"
}
},
{
"path": "article/article",
"style": {
"navigationBarTitleText": "网页"
}
},
{
"path": "task/task",
"style": {
"navigationBarTitleText": "日签任务"
}
},
{
"path": "integral/integral",
"style": {
"navigationBarTitleText": "积分明细"
}
},
{
"path": "loading/loading",
"style": {
"navigationBarTitleText": "加载中"
}
}, {
"path": "marketing/marketing",
"style": {
"navigationBarTitleText": "推荐PPT"
}
}
]
}
],
"preloadRule": {
"pages/index/index": {
"packages": ["pageA", "pageB"],
"network": "all"
}
},
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "小鸡PPT",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/aibabelx/xjppt-app.git
git@gitee.com:aibabelx/xjppt-app.git
aibabelx
xjppt-app
xjppt-app
v2.0.0

搜索帮助