main #87
@ -25,7 +25,7 @@
|
|||||||
<script>
|
<script>
|
||||||
window.difyChatbotConfig = {
|
window.difyChatbotConfig = {
|
||||||
token: 'HKghmPZLD4JczCXc',
|
token: 'HKghmPZLD4JczCXc',
|
||||||
baseUrl: 'http://aigc.smartcrec.com',
|
baseUrl: 'https://aigc.smartcrec.com',
|
||||||
inputs: {
|
inputs: {
|
||||||
// You can define the inputs from the Start node here
|
// You can define the inputs from the Start node here
|
||||||
// key is the variable name
|
// key is the variable name
|
||||||
@ -43,7 +43,7 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script
|
<script
|
||||||
src="http://aigc.smartcrec.com/embed.min.js"
|
src="https://aigc.smartcrec.com/embed.min.js"
|
||||||
id="HKghmPZLD4JczCXc"
|
id="HKghmPZLD4JczCXc"
|
||||||
defer>
|
defer>
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -6,8 +6,10 @@
|
|||||||
<div class="logo">
|
<div class="logo">
|
||||||
<!-- Logo图片,点击跳转首页 - 使用与goHome相同的逻辑 -->
|
<!-- Logo图片,点击跳转首页 - 使用与goHome相同的逻辑 -->
|
||||||
<img v-if="JSON.stringify(logoInfoNew) !== '{}'" @click="goHome" style="cursor:pointer;"
|
<img v-if="JSON.stringify(logoInfoNew) !== '{}'" @click="goHome" style="cursor:pointer;"
|
||||||
|
|
||||||
class="logoImg" :src="logoInfoNew.home?.logoImg || ''" alt="">
|
class="logoImg" :src="logoInfoNew.home?.logoImg || ''" alt="">
|
||||||
|
|
||||||
|
|
||||||
<!-- 主导航菜单 -->
|
<!-- 主导航菜单 -->
|
||||||
<nav class="main-nav">
|
<nav class="main-nav">
|
||||||
<div class="nav-list">
|
<div class="nav-list">
|
||||||
@ -266,6 +268,7 @@ export default Vue.extend({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
||||||
// 处理AI助手点击
|
// 处理AI助手点击
|
||||||
handleAIClick() {
|
handleAIClick() {
|
||||||
this.$message.info({
|
this.$message.info({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user