|
|
|
|
@ -74,8 +74,8 @@ export default {
|
|
|
|
|
let config = uni.getStorageSync("chat_config");
|
|
|
|
|
botArray = [
|
|
|
|
|
{
|
|
|
|
|
title: that.appinfo.aiRobotName, //config.name,
|
|
|
|
|
sub_title: that.appinfo.appName + "平台智能助理", //config.description,
|
|
|
|
|
title: that.appinfo.aiRobotName || '大鹏', //config.name,
|
|
|
|
|
sub_title: (that.appinfo.appName || '官方') + "平台智能助理", //config.description,
|
|
|
|
|
avatar: that.appinfo && that.appinfo.logo ? that.appinfo.logo : that.cdnBaseImg + "v3/add1.png", //config.icon_url,
|
|
|
|
|
path: "/root/chat/index",
|
|
|
|
|
tip: "rgpp",
|
|
|
|
|
|