Browse Source

ai屏蔽汇通字样

dev
马远东 13 hours ago
parent
commit
7932efc01d
  1. 16
      src/page/login/aiqa.vue

16
src/page/login/aiqa.vue

@ -138,9 +138,9 @@ const Data = ref({
{ {
content: '东集pad-q7恢复出厂设置', content: '东集pad-q7恢复出厂设置',
}, },
{ // {
content: '货无忧的汇通物流公司编码是多少', // content: '',
}, // },
{ {
content: '蓝牙打印机芝柯tx453设备连接密码是多少', content: '蓝牙打印机芝柯tx453设备连接密码是多少',
}, },
@ -319,11 +319,11 @@ const AiData = (value = '') => {
) { ) {
aiResponse = '东集pad-q7恢复出厂设置教程地址:1、关机状态下,按下【电源键】、【两侧扫描键】; 2、出现开机画面,松开【电源键】,出现工厂模式界面,按键全部松开;3、进入工厂模式后通过方向键选择【wipe data/factory reset】, 按电源键确认进入子菜单,选择【yes】,按【电源键】确认,恢复出厂完成后选择第一个【reboot system now】 ,按【电源键】确认重启设备。视频教程如下:https://mp.weixin.qq.com/s/0CG-jYooh9LJ-9aLauVGfA'; aiResponse = '东集pad-q7恢复出厂设置教程地址:1、关机状态下,按下【电源键】、【两侧扫描键】; 2、出现开机画面,松开【电源键】,出现工厂模式界面,按键全部松开;3、进入工厂模式后通过方向键选择【wipe data/factory reset】, 按电源键确认进入子菜单,选择【yes】,按【电源键】确认,恢复出厂完成后选择第一个【reboot system now】 ,按【电源键】确认重启设备。视频教程如下:https://mp.weixin.qq.com/s/0CG-jYooh9LJ-9aLauVGfA';
} }
else if ( // else if (
lowercaseValue.includes('货无忧的汇通物流公司编码是多少') // lowercaseValue.includes('')
) { // ) {
aiResponse = '货无忧的汇通物流公司编码是:627683'; // aiResponse = '627683';
} // }
else if ( else if (
lowercaseValue.includes('蓝牙打印机芝柯tx453设备连接密码是多少') || lowercaseValue.includes('tx453') lowercaseValue.includes('蓝牙打印机芝柯tx453设备连接密码是多少') || lowercaseValue.includes('tx453')
) { ) {

Loading…
Cancel
Save