| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- // {
- // // "path": "pages/shop/home/carousel"//pages/home
- // },
- {
- "path": "pages/login",
- "style": {
- "topWindow": false,
- "leftWindow": false,
- "navigationBarTitleText": "登录"
- }
- }, {
- "path": "pages/error/404",
- "style": {
- "navigationBarTitleText": "Not Found"
- }
- },
- {
- "path": "pages/home",
- "style": {
- "navigationBarTitleText": "系统首页"
- }
- }
- ],
- "subPackages": [{
- "root": "pages/shop",
- "pages": [{
- "path": "home/page",
- "style": {
- "navigationBarTitleText": "店铺首页"
- }
- }, {
- "path": "home/carousel",
- "style": {
- "navigationBarTitleText": "轮播图"
- }
- }, {
- "path": "home/carousel_add_edit"
- }, {
- "path": "classify/classify_navigation",
- "style": {
- "navigationBarTitleText": "分类导航"
- }
- }, {
- "path": "classify/classify_navigation_add_edit"
- }, {
- "path": "limit",
- "style": {
- "navigationBarTitleText": "限时精选"
- }
- }, {
- "path": "hot",
- "style": {
- "navigationBarTitleText": "热门推荐"
- }
- }, {
- "path": "search/page",
- "style": {
- "navigationBarTitleText": "搜索管理"
- }
- }, {
- "path": "search/list",
- "style": {
- "navigationBarTitleText": "搜索列表"
- }
- }, {
- "path": "search/hot",
- "style": {
- "navigationBarTitleText": "热门搜索"
- }
- }, {
- "path": "search/hot_add_edit"
- }]
- }, {
- "root": "pages/goods",
- "pages": [{
- "path": "list/goods_list",
- "style": {
- "navigationBarTitleText": "商品列表"
- }
- }, {
- "path": "list/goods_list_add_edit"
- }, {
- "path": "list/evaluate_add"
- }, {
- "path": "classify/goods_classify",
- "style": {
- "navigationBarTitleText": "商品分类"
- }
- }, {
- "path": "classify/goods_classify_add_edit"
- }, {
- "path": "label/page",
- "style": {
- "navigationBarTitleText": "标签管理"
- }
- }, {
- "path": "label/goods_tag_add_edit"
- }, {
- "path": "label/serve_tag_add_edit"
- }, {
- "path": "evaluate",
- "style": {
- "navigationBarTitleText": "商品评价"
- }
- }]
- }, {
- "root": "pages/order",
- "pages": [{
- "path": "order/order_list",
- "style": {
- "navigationBarTitleText": "订单列表"
- }
- }, {
- "path": "order/detail"
- }, {
- "path": "refunds_dispose",
- "style": {
- "navigationBarTitleText": "退款处理"
- }
- }, {
- "path": "kuaidi",
- "style": {
- "navigationBarTitleText": "快递公司"
- }
- },{
- "path": "kuaidi_add_edit",
- "style": {
- "navigationBarTitleText": "编辑快递公司"
- }
- },{
- "path": "deal_set",
- "style": {
- "navigationBarTitleText": "交易设置"
- }
- }]
- }, {
- "root": "pages/member",
- "pages": [{
- "path": "list/member_list",
- "style": {
- "navigationBarTitleText": "会员列表"
- }
- }, {
- "path": "list/detail"
- }]
- }, {
- "root": "pages/app",
- "pages": [{
- "path": "mp/mp_page",
- "style": {
- "navigationBarTitleText": "小程序"
- }
- }, {
- "path": "mp/mp_page_add_edit"
- }]
- }, {
- "root": "pages/system_set",
- "pages": [{
- "path": "account/account",
- "style": {
- "navigationBarTitleText": "账号管理"
- }
- }, {
- "path": "account/account_add_edit"
- }, {
- "path": "role/role",
- "style": {
- "navigationBarTitleText": "角色管理"
- }
- }, {
- "path": "role/role_add_edit"
- }]
- }, {
- "root": "pages/log",
- "pages": [{
- "path": "operation_log",
- "style": {
- "navigationBarTitleText": "操作日志"
- }
- }]
- }],
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "用云电商后台管理系统",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "topWindow": {
- "path": "windows/topWindow",
- "style": {
- "height": "112px"
- },
- "matchMedia": {
- "minWidth": 0
- }
- },
- "leftWindow": {
- "path": "windows/leftWindow",
- "style": {
- "width": "180px"
- }
- }
- }
|