3 Star 6 Fork 6

xa-nineth/UNIBBS-ADMIN

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 5.06 KB
一键复制 编辑 原始数据 按行查看 历史
DengPan 提交于 2023-11-14 18:05 . 取消发现分类
{
"pages": [
{ "path": "pages/index/index" },
{
"path": "pages/login/index",
"style": {
"topWindow": false,
"leftWindow": false,
"navigationBarTitleText": "登录"
}
},
{ "path": "pages/user/list", "style": { "navigationBarTitleText": "用户管理" } },
{ "path": "pages/user-vip/setting", "style": { "navigationBarTitleText": "会员等级" } },
{ "path": "pages/user-fx-lv/setting", "style": { "navigationBarTitleText": "分销等级" } },
{ "path": "pages/order/list", "style": { "navigationBarTitleText": "订单管理" } },
{ "path": "pages/order/recharge-order/list", "style": { "navigationBarTitleText": "充值订单管理" } },
{ "path": "pages/order/setting", "style": { "navigationBarTitleText": "交易设置" } },
{ "path": "pages/order/express/list", "style": { "navigationBarTitleText": "快递公司" } },
{ "path": "pages/order/freight/list", "style": { "navigationBarTitleText": "运费模板" } },
{ "path": "pages/goods/list", "style": { "navigationBarTitleText": "商品列表" } },
{ "path": "pages/goods/category/list", "style": { "navigationBarTitleText": "商品分类" } },
{ "path": "pages/goods/comment/list", "style": { "navigationBarTitleText": "商品评价" } },
{ "path": "pages/goods/edit", "style": { "navigationBarTitleText": "商品添加/编辑" } },
{ "path": "pages/shop/decoration/index", "style": { "navigationBarTitleText": "店铺首页" } },
{ "path": "pages/shop/page/list", "style": { "navigationBarTitleText": "页面管理" } },
{ "path": "pages/shop/notice/list", "style": { "navigationBarTitleText": "公告管理" } },
{ "path": "pages/shop/setting", "style": { "navigationBarTitleText": "店铺设置" } },
{ "path": "pages/shop/shop/list", "style": { "navigationBarTitleText": "门店管理" } },
{ "path": "pages/salesman/setting", "style": { "navigationBarTitleText": "分销设置" } },
{ "path": "pages/salesman/regional-agent/list", "style": { "navigationBarTitleText": "区域代理" } },
{ "path": "pages/finance/withdraw/list", "style": { "navigationBarTitleText": "提现管理" } },
{ "path": "pages/discount/coupon/list", "style": { "navigationBarTitleText": "优惠券" } },
{ "path": "pages/discount/coupon/edit", "style": { "navigationBarTitleText": "优惠券添加/编辑" } },
{ "path": "pages/discount/integral/setting", "style": { "navigationBarTitleText": "积分" } },
{ "path": "pages/stats/user", "style": { "navigationBarTitleText": "用户统计" } },
{ "path": "pages/stats/goods", "style": { "navigationBarTitleText": "商品统计" } },
{ "path": "pages/stats/order", "style": { "navigationBarTitleText": "订单统计" } },
{ "path": "pages/app-platform/h5", "style": { "navigationBarTitleText": "H5" } },
{ "path": "pages/app-platform/h5-weixin", "style": { "navigationBarTitleText": "微信公众号" } },
{ "path": "pages/app-platform/mp-weixin", "style": { "navigationBarTitleText": "微信小程序" } },
{ "path": "pages/app-platform/app", "style": { "navigationBarTitleText": "APP" } }
],
"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/app-upgrade-center/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/uni-id-files/list" },
{ "path": "system_uni/pay-orders" }
]
},
{
"root": "pages/dictionary",
"pages": [
{
"path": "index-category"
},
// {
// "path": "find-category"
// },
{
"path": "expression"
},
{
"path": "topic-dictionary"
},
{
"path": "mission-setting"
},
{
"path": "zone"
}
]
},
{
"root": "pages/content",
"pages": [
{
"path": "ugc-list"
},
{
"path": "comment-list"
}
]
},
{
"root": "pages/site",
"pages": [
{
"path": "list",
"style": { "navigationBarTitleText": "站点列表" }
},
{
"path": "edit",
"style": { "navigationBarTitleText": "站点编辑" }
},
{
"path": "setting",
"style": { "navigationBarTitleText": "站点设置" }
}
]
}
],
"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": "240px"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xa-nineth/unibbs-admin.git
[email protected]:xa-nineth/unibbs-admin.git
xa-nineth
unibbs-admin
UNIBBS-ADMIN
master

搜索帮助