fix(api): 修改评论图片上传接口为支持FormData格式
refactor(Item.vue): 调整样式和布局,优化图片高度和文本显示 feat(details/[id].vue): 实现图片上传配置获取和FormData上传功能
This commit is contained in:
@@ -4619,12 +4619,12 @@ const _routes = [
|
||||
{
|
||||
name: "details-id",
|
||||
path: "/details/:id()",
|
||||
component: () => import('./_id_-ydLI1Dyu.mjs')
|
||||
component: () => import('./_id_-BW3CJnLX.mjs')
|
||||
},
|
||||
{
|
||||
name: "index.html",
|
||||
path: "/index.html",
|
||||
component: () => import('./index-Dxg8c__f.mjs')
|
||||
component: () => import('./index-ADH9X-bA.mjs')
|
||||
},
|
||||
{
|
||||
name: "index",
|
||||
@@ -4634,7 +4634,7 @@ const _routes = [
|
||||
{
|
||||
name: "publish",
|
||||
path: "/publish",
|
||||
component: () => import('./index-85U7pSQ0.mjs')
|
||||
component: () => import('./index-CmvcMJFz.mjs')
|
||||
}
|
||||
];
|
||||
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
||||
|
||||
Reference in New Issue
Block a user