diff --git a/.image/common/ai-feature.png b/.image/common/ai-feature.png new file mode 100644 index 00000000..b4a55f54 Binary files /dev/null and b/.image/common/ai-feature.png differ diff --git a/.image/common/ai-preview.gif b/.image/common/ai-preview.gif new file mode 100644 index 00000000..5f13ac4f Binary files /dev/null and b/.image/common/ai-preview.gif differ diff --git a/README.md b/README.md index f69861f0..ce6f2b45 100644 --- a/README.md +++ b/README.md @@ -191,26 +191,24 @@ ps:核心功能已经实现,正在对接微信小程序中... ### 商城系统 +演示地址: + ![功能图](/.image/common/mall-feature.png) ![功能图](/.image/common/mall-preview.png) -_前端基于 crmeb uniapp 经过授权重构,优化代码实现,接入芋道快速开发平台_ - -演示地址: - ### ERP 系统 -![功能图](/.image/common/erp-feature.png) - 演示地址: +![功能图](/.image/common/erp-feature.png) + ### CRM 系统 -![功能图](/.image/common/crm-feature.png) - 演示地址: +![功能图](/.image/common/crm-feature.png) + ## 🐷 演示图 ### 系统功能 diff --git a/src/api/ai/write/index.ts b/src/api/ai/write/index.ts index 0b4b18a4..013f998f 100644 --- a/src/api/ai/write/index.ts +++ b/src/api/ai/write/index.ts @@ -17,7 +17,7 @@ export interface WriteVO { platform?: string // 平台 model?: string // 模型 generatedContent?: string // 生成的内容 - errorMessage: string // 错误信息 + errorMessage?: string // 错误信息 createTime?: Date // 创建时间 } diff --git a/src/views/ai/write/index/components/Right.vue b/src/views/ai/write/index/components/Right.vue index 5e6a9fe9..d0aada5d 100644 --- a/src/views/ai/write/index/components/Right.vue +++ b/src/views/ai/write/index/components/Right.vue @@ -1,7 +1,7 @@
@@ -105,7 +105,7 @@ watch(copied, (val) => { } } -.my-card{ +.my-card { display: flex; flex-direction: column; diff --git a/src/views/ai/write/index/components/Tag.vue b/src/views/ai/write/index/components/Tag.vue index d496b517..3d616bed 100644 --- a/src/views/ai/write/index/components/Tag.vue +++ b/src/views/ai/write/index/components/Tag.vue @@ -1,3 +1,4 @@ +