修改问题
This commit is contained in:
@@ -59,7 +59,6 @@
|
||||
<section class="module-panel">
|
||||
<h2>新建 / 编辑相册</h2>
|
||||
<form id="album-form" class="editor-form" data-album-form>
|
||||
<!-- 字段名称对应 APP.openapi.json 的 AlbumBody -->
|
||||
<div class="editor-field">
|
||||
<label for="albumName">相册名称</label>
|
||||
<input id="albumName" name="albumName" type="text" placeholder="请输入相册名称" required />
|
||||
@@ -98,7 +97,6 @@
|
||||
<div class="api-empty">请选择相册查看照片</div>
|
||||
</div>
|
||||
<form class="editor-form album-photo-form" data-album-photo-form>
|
||||
<!-- 字段名称对应 APP.openapi.json 的 AlbumPhotoBody -->
|
||||
<div class="editor-two">
|
||||
<div class="editor-field">
|
||||
<label for="photoOssId">照片 OSS ID</label>
|
||||
|
||||
Reference in New Issue
Block a user