fix: correct tab switch, update image path and dev token

- replace non-standard @tap event with standard @click in AiTabSwitch component
- fix image URL casing in ChatGuide component to match asset path
- update expired development environment authentication token
This commit is contained in:
duanshuwen
2026-05-28 23:57:24 +08:00
parent c0cc046762
commit ede99463de
3 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ const props = defineProps({
// 图片路径
imageSrc: {
type: String,
default: `https://one-feel-config-images-bucket.oss-cn-chengdu.aliyuncs.com/XIAOQI/come_chat_image.png`
default: `https://one-feel-config-images-bucket.oss-cn-chengdu.aliyuncs.com/xiaoqi/come_chat_image.png`
},
// 主标题
mainTitle: {