| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- {
- "pages": [
- "admin/home/console",
- "admin/home/workbench",
- "admin/home/order",
- "admin/home/member",
- "common/redirect",
- "common/webview"
- ],
- "subPackages": [
- {
- "root": "admin/order",
- "pages": [
- "detail",
- "ship",
- "fill-form",
- "print"
- ]
- },
- {
- "root": "admin/official",
- "pages": [
- "index",
- "pay",
- "apply",
- "callback",
- "latest-shop"
- ]
- },
- {
- "root": "admin/member",
- "pages": [
- "add",
- "detail"
- ]
- },
- {
- "root": "admin/interest",
- "pages": [
- "invite",
- "my-invite",
- "setting"
- ]
- },
- {
- "root": "admin/coupon",
- "pages": [
- "list"
- ]
- },
- {
- "root": "admin/ad",
- "pages": [
- "list",
- "add",
- "sel-goods"
- ]
- },
- {
- "root": "admin/staff",
- "pages": [
- "list",
- "add",
- "sel-member"
- ]
- },
- {
- "root": "admin/shop",
- "pages": [
- "list",
- "add"
- ]
- },
- {
- "root": "admin/setting",
- "pages": [
- "list",
- "wx-menu",
- "coupon",
- "level",
- "password"
- ]
- },
- {
- "root": "admin/goodsManage",
- "pages": [
- "list",
- "category",
- "add",
- "img-store",
- "goods-name",
- "freight",
- "price-increase"
- ]
- },
- {
- "root": "admin/shopAdmin",
- "pages": [
- "bind"
- ]
- },
- {
- "root": "admin/assets",
- "pages": [
- "list"
- ]
- },
- {
- "root": "admin/chat",
- "pages": [
- "index"
- ]
- },
- {
- "root": "admin/template",
- "pages": [
- "index"
- ]
- },
- {
- "root": "admin/statistics",
- "pages": [
- "demo"
- ]
- }
- ],
- "window": {
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "花卉宝",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "color": "#C0C4CC",
- "selectedColor": "#3385FF",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "admin/home/workbench",
- "iconPath": "static/images/admin/workbench-no.png",
- "selectedIconPath": "static/images/admin/workbench-is.png",
- "text": "工作台"
- },
- {
- "pagePath": "admin/home/order",
- "iconPath": "static/images/admin/order-no.png",
- "selectedIconPath": "static/images/admin/order-is.png",
- "text": "订单"
- },
- {
- "pagePath": "admin/home/member",
- "iconPath": "static/images/admin/member-no.png",
- "selectedIconPath": "static/images/admin/member-is.png",
- "text": "客户"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "请点击确定"
- }
- },
- "usingComponents": {},
- "sitemapLocation": "sitemap.json"
- }
|