1 Star 0 Fork 4

XuBill/猫优壁纸_基础版全开源-云开发后端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 5.36 KB
一键复制 编辑 原始数据 按行查看 历史
江城This 提交于 2023-05-09 16:02 . 初始版本提交
{
"easycom": {
},
"pages": [
{ "path": "pages/index/index" },
{
"path": "pages/login/index",
"style": {
"topWindow": false,
"leftWindow": false,
"navigationBarTitleText": "登录"
}
}
,{
"path" : "pages/user/user",
"style" :
{
"navigationBarTitleText": "用户信息",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/user/record",
"style" :
{
"navigationBarTitleText": "积分记录",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/category/category",
"style" :
{
"navigationBarTitleText": "分类",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/tags/tags",
"style" :
{
"navigationBarTitleText": "标签",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/cover/cover",
"style" :
{
"navigationBarTitleText": "作品",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/special/special",
"style" :
{
"navigationBarTitleText": "专题信息",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/fringe/fringe",
"style" :
{
"navigationBarTitleText": "刘海壁纸",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/advert/advert",
"style" :
{
"navigationBarTitleText": "广告配置",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/config/config",
"style" :
{
"navigationBarTitleText": "参数配置",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/feed/feed",
"style" :
{
"navigationBarTitleText": "意见反馈",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/order/order",
"style" :
{
"navigationBarTitleText": "订单管理",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/notice/notice",
"style" :
{
"navigationBarTitleText": "消息管理",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/help/help",
"style" :
{
"navigationBarTitleText": "帮助教程",
"enablePullDownRefresh": false
}
}
],
"subPackages": [{
"root": "pages_plugs",
"pages": [
{ "path": "error/404", "style": { "navigationBarTitleText": "页面不存在" } },
{ "path": "error/403", "style": { "navigationBarTitleText": "无权访问" } },
{ "path": "error/500", "style": { "navigationBarTitleText": "服务器出错了" } },
{ "path": "system/user/list" },
{ "path": "system/role/list" },
{ "path": "system/permission/list" },
{ "path": "system/menu/list" },
{ "path": "system/app/list" },
{ "path": "system_uni/vk-global-data" },
{ "path": "system_uni/uni-id-log" },
{ "path": "system_uni/opendb-admin-log" },
{ "path": "system_uni/vk-components-dynamic" },
{ "path": "system_uni/vk-files/list" }
]
}
],
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "壁纸后台管理",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"topWindow": {
"path": "windows/topWindow",
"style": {
"height": "100px"
},
"matchMedia": {
"minWidth": 0
}
},
"leftWindow": {
"path": "windows/leftWindow",
"style": {
"width": "200px"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/li_xu/unicloud-base.git
[email protected]:li_xu/unicloud-base.git
li_xu
unicloud-base
猫优壁纸_基础版全开源-云开发后端
master

搜索帮助