main #87

Merged
charles merged 2 commits from main into prod 2026-03-30 10:56:17 +08:00
2 changed files with 5 additions and 2 deletions
Showing only changes of commit 67b19b56d3 - Show all commits

View File

@ -25,7 +25,7 @@
<script>
window.difyChatbotConfig = {
token: 'HKghmPZLD4JczCXc',
baseUrl: 'http://aigc.smartcrec.com',
baseUrl: 'https://aigc.smartcrec.com',
inputs: {
// You can define the inputs from the Start node here
// key is the variable name
@ -43,7 +43,7 @@
}
</script>
<script
src="http://aigc.smartcrec.com/embed.min.js"
src="https://aigc.smartcrec.com/embed.min.js"
id="HKghmPZLD4JczCXc"
defer>
</script>

View File

@ -6,8 +6,10 @@
<div class="logo">
<!-- Logo图片点击跳转首页 - 使用与goHome相同的逻辑 -->
<img v-if="JSON.stringify(logoInfoNew) !== '{}'" @click="goHome" style="cursor:pointer;"
class="logoImg" :src="logoInfoNew.home?.logoImg || ''" alt="">
<!-- 主导航菜单 -->
<nav class="main-nav">
<div class="nav-list">
@ -266,6 +268,7 @@ export default Vue.extend({
}
},
methods: {
// AI
handleAIClick() {
this.$message.info({