123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
- {
- "pages": [
- {
- "path": "pages/index/blankPage",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor":"#ffffff"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "店铺首页",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor":"#ffcd00"
- }
- },
- {
- "path": "pages/public/login",
- "style":{
- "navigationBarTitleText": "登录",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor":"#ffffff",
- "enablePullDownRefresh":true
- }
- },
- {
- "path": "pages/public/resetpassword",
- "style":{
- "navigationBarTitleText": "找回密码"
- }
- },
- {
- "path":"pages/index/setting/setting",
- "style":{
- "navigationBarTitleText": "设置",
- "navigationBarBackgroundColor":"#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path":"pages/index/userinfo/rolemenage",
- "style":{
- "navigationBarTitleText": "角色管理",
- "navigationBarBackgroundColor":"#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path":"pages/index/userinfo/roleedit",
- "style":{
- "navigationBarTitleText": "编辑",
- "navigationBarBackgroundColor":"#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path":"pages/index/userinfo/usermenage",
- "style":{
- "navigationBarTitleText": "用户管理",
- "navigationBarBackgroundColor":"#ffffff",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true
- }
- },
- {
- "path":"pages/index/userinfo/adduser",
- "style":{
- "navigationBarTitleText": "用户添加",
- "navigationBarBackgroundColor":"#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path":"pages/index/setting/changepassword",
- "style":{
- "navigationBarTitleText": "修改密码",
- "navigationBarBackgroundColor":"#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path":"pages/index/setting/cellme",
- "style":{
- "navigationBarTitleText": "联系我们",
- "navigationBarBackgroundColor":"#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path":"pages/index/setting/notice",
- "style":{
- "navigationBarTitleText": "公告管理",
- "navigationBarBackgroundColor":"#ffffff",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": true
- }
- },
- {
- "path":"pages/index/setting/editnotice",
- "style":{
- "navigationBarTitleText": "公告编辑",
- "navigationBarBackgroundColor":"#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/public/confirmpassword",
- "style":{
- "navigationBarTitleText": "找回密码",
- "navigationBarBackgroundColor":"#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path":"pages/order/order",
- "style":{
- "navigationBarTitleText": "订单管理",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor":"#ffffff",
- "enablePullDownRefresh": true
- }
- },
- {
- "path":"pages/order/orderdetail",
- "style":{
- "navigationBarTitleText": "订单详情",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor":"#ffffff"
- }
- },
- {
- "path": "pages/index/conversion",
- "style":{
- "navigationBarTitleText": "订单兑换",
- "navigationBarBackgroundColor":"#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/goods/goods",
- "style": {
- "navigationBarTitleText": "商品管理",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor":"#ffffff",
- "enablePullDownRefresh": true
- }
- },
- {
- "path":"pages/goods/shopdetail",
- "style":{
- "navigationBarTitleText": "商品详情",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor":"#ffffff"
- }
- },
- {
- "path":"pages/goods/editclassify",
- "style":{
- "navigationBarTitleText": "新增自定义分类",
- "navigationBarBackgroundColor":"#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path":"pages/goods/classify",
- "style":{
- "navigationBarTitleText": "管理自定义分类",
- "navigationBarBackgroundColor":"#ffffff",
- "navigationBarTextStyle": "black"
- }
- }
- ,{
- "path" : "pages/dataAnalyse/dataAnalyse",
- "style" :
- {
- "navigationBarTitleText": "数据分析",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor":"#ffcd00"
- }
- }
- ],
- "tabBar": {
- "color": "#b7b7b7",
- "selectedColor": "#7d66f3",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "custom": true,
- "list": [
- {
- "pagePath": "pages/index/blankPage",
- "text": "",
- "iconPath": "static/images/index.png",
- "selectedIconPath": "static/images/index_active.png"
- },
- {
- "pagePath": "pages/index/index",
- "text": "店铺首页",
- "iconPath": "static/images/index.png",
- "selectedIconPath": "static/images/index_active.png"
- },
- {
- "pagePath" : "pages/dataAnalyse/dataAnalyse",
- "text": "数据分析",
- "iconPath": "static/images/data.png",
- "selectedIconPath": "static/images/data_active.png"
- },
- {
- "pagePath":"pages/order/order",
- "text": "订单管理",
- "iconPath":"static/images/order.png",
- "selectedIconPath": "static/images/order_active.png"
- },
- {
- "pagePath": "pages/goods/goods",
- "text": "商品管理",
- "iconPath": "static/images/shop.png",
- "selectedIconPath": "static/images/shop_active.png"
- }]
- }
- }
|