aI问答支持流式输出,效果非常好
This commit is contained in:
92
unpackage/dist/dev/mp-weixin/common/store.js
vendored
92
unpackage/dist/dev/mp-weixin/common/store.js
vendored
@@ -40,6 +40,12 @@ const pages = [
|
||||
componentPlaceholder: {
|
||||
QualityCoveragePopup: "pages-subpackage/ai_features/quality_coverage/quality-coverage-popup"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "pages/ai_qa/ai_qa",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
}
|
||||
];
|
||||
const subPackages = [
|
||||
@@ -189,12 +195,6 @@ const subPackages = [
|
||||
navigationBarTitleText: "文章详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "meeting_summary/meeting_summary",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "workspace/workspace",
|
||||
style: {
|
||||
@@ -214,18 +214,6 @@ const subPackages = [
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "reception/reception",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "customer/customer",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "uni-agree/uni-agree",
|
||||
style: {
|
||||
@@ -295,6 +283,60 @@ const subPackages = [
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_qa/general_qa/general_qa",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_qa/demand_qa/demand_qa",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_qa/price_qa/price_qa",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_qa/trust_qa/trust_qa",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_qa/decision_qa/decision_qa",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_qa/competitor_qa/competitor_qa",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_qa/objection_qa/objection_qa",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_qa/sharp_qa/sharp_qa",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "ai_qa/after_sales_qa/after_sales_qa",
|
||||
style: {
|
||||
navigationStyle: "custom"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -310,12 +352,6 @@ const globalStyle = {
|
||||
};
|
||||
const condition = {
|
||||
list: [
|
||||
{
|
||||
path: "pages-subpackage/reception/reception"
|
||||
},
|
||||
{
|
||||
path: "pages-subpackage/customer/customer"
|
||||
},
|
||||
{
|
||||
path: "pages-subpackage/list/detail"
|
||||
},
|
||||
@@ -323,7 +359,7 @@ const condition = {
|
||||
path: "pages-subpackage/ucenter/settings/settings"
|
||||
}
|
||||
],
|
||||
current: 1
|
||||
current: 0
|
||||
};
|
||||
const tabBar = {
|
||||
custom: false,
|
||||
@@ -344,6 +380,12 @@ const tabBar = {
|
||||
selectedIconPath: "static/tabbar/customer_active.png",
|
||||
text: "客户"
|
||||
},
|
||||
{
|
||||
pagePath: "pages/ai_qa/ai_qa",
|
||||
iconPath: "static/tabbar/expression.png",
|
||||
selectedIconPath: "static/tabbar/expression_active.png",
|
||||
text: "AI问答"
|
||||
},
|
||||
{
|
||||
pagePath: "pages/ai_analysis/ai_analysis",
|
||||
iconPath: "static/tabbar/ai_analysis.png",
|
||||
|
||||
Reference in New Issue
Block a user