| | |
| | | next({ |
| | | name: 'consumptionRecords' |
| | | }) |
| | | }else if (to.path == '/rzd') { |
| | | window.open('https://rzd.rensofter.com/') |
| | | }else if (to.path == '/intelligentPush') { |
| | | window.open('https://76b1fb3a.r8.vip.cpolar.cn/') |
| | | return false |
| | | |
| | | |
| | |
| | | GPTtype: '基础AI模型(OpenAI GPT-3.5-turbo)', |
| | | GPTLIst: [ |
| | | { value: '基础AI模型(OpenAI GPT-3.5-turbo)', label: '基础AI模型(OpenAI GPT-3.5-turbo)' }, |
| | | |
| | | // { value: '金融大模型问答', label: '金融大模型问答' }, |
| | | ], |
| | | loading: false, |
| | | inputText: '',//输入框数据 |
| | |
| | | }, |
| | | computed: {//计算属性 |
| | | |
| | | } |
| | | }, |
| | | watch: {//数据监听 |
| | | GPTtype(newVal, oldVal) { |
| | | if (newVal == '金融大模型问答') { |
| | | window.open('https://76b1fb3a.r8.vip.cpolar.cn/') |
| | | this.GPTtype = '基础AI模型(OpenAI GPT-3.5-turbo)' |
| | | } |
| | | } |
| | | }, |
| | | } |
| | | </script> |
| | | <style scoped> |