完善录音时长功能
This commit is contained in:
15
unpackage/dist/dev/mp-weixin/common/store.js
vendored
15
unpackage/dist/dev/mp-weixin/common/store.js
vendored
@@ -38,7 +38,8 @@ const pages = [
|
||||
navigationStyle: "custom"
|
||||
},
|
||||
componentPlaceholder: {
|
||||
RecordingDurationPopup: "pages-subpackage/ai_features/recording_duration/recording-duration-popup"
|
||||
CustomerCountPopup: "pages-subpackage/ai_features/customer_count/customer-count-popup",
|
||||
QualityCoveragePopup: "pages-subpackage/ai_features/quality_coverage/quality-coverage-popup"
|
||||
}
|
||||
}
|
||||
];
|
||||
@@ -248,12 +249,6 @@ const subPackages = [
|
||||
enablePullDownRefresh: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_features/customer_count/customer_count",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_features/speech_rating/speech_rating",
|
||||
style: {
|
||||
@@ -272,6 +267,12 @@ const subPackages = [
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_features/recording_duration/recording_duration",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_features/opening_rate/opening_rate",
|
||||
style: {
|
||||
|
||||
Reference in New Issue
Block a user