3 Star 7 Fork 4

UCEEDU/uceEdu知识付费

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 3.33 KB
一键复制 编辑 原始数据 按行查看 历史
超子 提交于 2022-06-22 00:08 . v1.2
{
"easycom": {
},
"pages": [
{ "path": "pages/index/index" },
{
"path": "pages/login/index",
"style": {
"topWindow": false,
"leftWindow": false,
"navigationBarTitleText": "登录"
}
}
],
"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/user-list/list" },
{ "path": "system/role/list" },
{ "path": "system/permission/list" },
{ "path": "system/menu/list" },
{ "path": "system_uni/opendb-global-data" },
{ "path": "system_uni/uni-id-log" },
{ "path": "system_uni/opendb-admin-log" },
{ "path": "system_uni/opendb-components-dynamic" },
{ "path": "system/app/list" },
{ "path": "system_uni/uni-id-files/list" },
{ "path": "system_uni/dictionary-table" }
]
},
{
"root": "uni_modules/uce-video-course/pages",
"pages": [
{ "path": "category/list" },
{ "path": "course/list" },
{ "path": "live_course/list" }
]
},
{
"root": "uni_modules/uce-operations/pages",
"pages": [
{ "path": "slider/list" },
{ "path": "home_nav/list" },
{ "path": "notices/list" },
{ "path": "urls/list" },
{ "path": "policy/list" },
{ "path": "study_coin/list" }
]
},
{
"root": "uni_modules/uce-order/pages",
"pages": [
{ "path": "order/list" }
]
},
{
"root": "uni_modules/uce-article/pages",
"pages": [
{ "path": "category/list" },
{ "path": "article/list" }
]
},
{
"root": "uni_modules/uce-pay-article/pages",
"pages": [
{ "path": "category/list" },
{ "path": "article/list" }
]
},
{
"root": "uni_modules/uce-upgrade-center/pages",
"pages": [
{ "path": "list" }
]
},
{
"root": "uni_modules/uce-bbs/pages",
"pages": [
{ "path": "category/list" },
{ "path": "article/list" }
]
},
{
"root": "uni_modules/uce-exam/pages",
"pages": [
{ "path": "q_bank_category/list" },
{ "path": "q_bank/list" }
]
},
{
"root": "uni_modules/uce-free-live-course/pages",
"pages": [
{ "path": "category/list" },
{ "path": "course/list" }
]
},
{
"root": "uni_modules/uce-teacher/pages",
"pages": [
{ "path": "list" }
]
},
{
"root": "uni_modules/uce-feedback/pages",
"pages": [
{ "path": "list" }
]
},
{
"root": "uni_modules/uce-address/pages",
"pages": [
{ "path": "list" }
]
}
],
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uce后端管理平台",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"topWindow": {
"path": "windows/topWindow",
"style": {
"height": "100px"
},
"matchMedia": {
"minWidth": 0
}
},
"leftWindow": {
"path": "windows/leftWindow",
"style": {
"width": "240px"
}
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cc391518330/uce-edu-knowledge-payment.git
[email protected]:cc391518330/uce-edu-knowledge-payment.git
cc391518330
uce-edu-knowledge-payment
uceEdu知识付费
master

搜索帮助