feat: 添加微信按钮组件及优化AI聊天功能

refactor: 移除未使用的circle-btn组件引用
style: 更新图片资源路径及样式
fix: 修复axios请求配置及类型定义
docs: 添加mock-api.js模拟接口文件
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-08-25 17:54:08 +08:00
parent 397cdd2a53
commit ca8185df91
37 changed files with 865 additions and 156 deletions

View File

@@ -1,18 +1,17 @@
<template>
<div class="contacts">
如需进一步了解具体房源信息或香港租房生活相关问题请添加方同学微信
<div class="text link" bind:tap="consultStateCut">gternet2</div>
<div class="text link">
<wechat-btn>gternet2</wechat-btn>
</div>
</div>
</template>
<script setup>
import { ref } from "vue";
import wechatBtn from "@/components/ai/wechat-btn.vue";
const consultState = ref(false);
const consultStateCut = () => {
consultState.value = true;
};
</script>
<style lang="less" scoped>