98 lines
3.1 KiB
JSON
98 lines
3.1 KiB
JSON
{
|
|
"pages": [{
|
|
"path": "pages/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/register",
|
|
"style": {
|
|
"navigationBarTitleText": "注册"
|
|
}
|
|
}, {
|
|
"path": "pages/index",
|
|
"style": {
|
|
"navigationBarTitleText": "若依移动端框架",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}, {"path": "pages/work/index",
|
|
"style": {
|
|
"navigationBarTitleText": "工作台"
|
|
}
|
|
}, {"path": "pages/mine/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
}, {"path": "pages/product/product",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/translation/translation",
|
|
"style": { "navigationBarTitleText": "录入清单" }
|
|
},
|
|
{ "path": "pages/addProduct/addProduct", "style": { "navigationBarTitleText": "" } },
|
|
{ "path": "pages/batchDeleteProduct/batchDeleteProduct", "style": { "navigationBarTitleText": "" } },
|
|
{ "path": "pages/edit/edit", "style": { "navigationBarTitleText": "" } },
|
|
{ "path": "pages/addBrand/addBrand", "style": { "navigationBarTitleText": "" } },
|
|
{ "path": "pages/BrandSelector/BrandSelector", "style": { "navigationBarTitleText": "选择品牌" } },
|
|
{ "path": "pages/user/user", "style": { "navigationBarTitleText": "" } },
|
|
{ "path": "pages/settings/settings", "style": { "navigationBarTitleText": "" } },
|
|
{ "path": "pages/asset/asset", "style": { "navigationBarTitleText": "" } },
|
|
{ "path": "pages/enter/enter", "style": { "navigationBarTitleText": "" } },
|
|
{ "path": "pages/storeSelect/storeSelect", "style": { "navigationBarTitleText": "选择门店" } },
|
|
{ "path": "pages/import/import", "style": { "navigationBarTitleText": "" } },
|
|
{ "path": "pages/userStores/userStores", "style": { "navigationBarTitleText": "" } },
|
|
{ "path": "pages/category/category", "style": { "navigationBarTitleText": "" } },
|
|
{ "path": "pages/back/back", "style": { "navigationBarTitleText": "" } }
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "pages/common",
|
|
"pages": [
|
|
{"path": "webview/index",
|
|
"style": {
|
|
"navigationBarTitleText": "浏览网页"
|
|
}
|
|
},
|
|
{
|
|
"path": "textview/index",
|
|
"style": {
|
|
"navigationBarTitleText": "浏览文本"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#000000",
|
|
"selectedColor": "#000000",
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [{
|
|
"pagePath": "pages/index",
|
|
"iconPath": "/static/images/tabbar/Frame 87.png",
|
|
"selectedIconPath": "/static/images/tabbar/Frame 86.png",
|
|
"text": "我的店"
|
|
}, {
|
|
"pagePath": "pages/work/index",
|
|
"iconPath": "/static/images/tabbar/Union.png",
|
|
"selectedIconPath": "/static/images/tabbar/Union-1.png",
|
|
"text": "热销榜"
|
|
}, {
|
|
"pagePath": "pages/mine/index",
|
|
"iconPath": "/static/images/tabbar/Vector-1.png",
|
|
"selectedIconPath": "/static/images/tabbar/Vector.png",
|
|
"text": "消息"
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "RuoYi",
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
}
|
|
}
|