@@ -58,8 +58,8 @@
<input
type="text"
class="ui-input"
- placeholder="请填写标题限15字"
- :maxlength="15"
+ placeholder="请填写标题限50字"
+ :maxlength="50"
v-model="hotspot.hotspotTitle"
/>
</div>