hailu
2024-01-02 9280d1b2b171d282b73e4acb4e80918eb1793e5e
优化
2个文件已修改
16 ■■■■ 已修改文件
src/router/index.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/largeModel/gpt.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.js
@@ -82,8 +82,8 @@
            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
            
src/view/largeModel/gpt.vue
@@ -128,7 +128,7 @@
            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: '',//输入框数据
@@ -549,7 +549,15 @@
    },
    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>