修改为弹出框
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
@@ -36,6 +36,9 @@ const pages = [
|
||||
path: "pages/ai_analysis/ai_analysis",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
},
|
||||
componentPlaceholder: {
|
||||
RecordingDurationPopup: "pages-subpackage/ai_features/recording_duration/recording-duration-popup"
|
||||
}
|
||||
}
|
||||
];
|
||||
@@ -245,24 +248,12 @@ const subPackages = [
|
||||
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: {
|
||||
|
||||
Reference in New Issue
Block a user