增加a分析若干功能页面。
This commit is contained in:
66
unpackage/dist/dev/mp-weixin/common/store.js
vendored
66
unpackage/dist/dev/mp-weixin/common/store.js
vendored
@@ -31,6 +31,12 @@ const pages = [
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "pages/ai_analysis/ai_analysis",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
}
|
||||
];
|
||||
const subPackages = [
|
||||
@@ -238,6 +244,60 @@ const subPackages = [
|
||||
navigationBarTitleText: "阅读记录",
|
||||
enablePullDownRefresh: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_features/recording_duration/recording_duration",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_features/customer_count/customer_count",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_features/quality_coverage/quality_coverage",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_features/speech_rating/speech_rating",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_features/intent_level/intent_level",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_features/deal_attribution/deal_attribution",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_features/opening_rate/opening_rate",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_features/over_commitment/over_commitment",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_features/red_line_touch/red_line_touch",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -287,6 +347,12 @@ const tabBar = {
|
||||
selectedIconPath: "static/tabbar/customer_active.png",
|
||||
text: "客户"
|
||||
},
|
||||
{
|
||||
pagePath: "pages/ai_analysis/ai_analysis",
|
||||
iconPath: "static/tabbar/ai_analysis.png",
|
||||
selectedIconPath: "static/tabbar/ai_analysis_active.png",
|
||||
text: "AI分析"
|
||||
},
|
||||
{
|
||||
pagePath: "pages/ucenter/ucenter",
|
||||
iconPath: "static/tabbar/me.png",
|
||||
|
||||
Reference in New Issue
Block a user