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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user