122 lines
2.7 KiB
JSON
122 lines
2.7 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/login/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "首页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/profile/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/device/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "设备管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/device/detail",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "设备详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/wechat/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "微信号管理"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/wechat/detail",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "账号详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/traffic/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "流量池"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/traffic/create",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "新建分发"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/content/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "内容库"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/content/detail",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "内容库详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/scenarios/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "场景获客"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/scenarios/detail",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "获客详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/scenarios/create",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "新建计划"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/work/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "工作台"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "村客宝",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
|
|
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
|
|
}
|
|
}
|
|
} |