自定义页面跳转支持使用变量

This commit is contained in:
刘祥超
2024-01-11 15:37:31 +08:00
parent 10d606a101
commit 8b46a5a5af
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
<td>跳转到URL *</td>
<td>
<input type="text" name="url" maxlength="500" placeholder="类似于 https://example.com/page.html"/>
<p class="comment">将会跳转到此URL。</p>
<p class="comment">将会跳转到此URL,支持使用变量</p>
</td>
</tr>
<tr>

View File

@@ -38,7 +38,7 @@
<td>跳转到URL *</td>
<td>
<input type="text" name="url" maxlength="500" placeholder="类似于 https://example.com/page.html" v-model="pageConfig.url"/>
<p class="comment">将会跳转到此URL。</p>
<p class="comment">将会跳转到此URL,支持使用变量</p>
</td>
</tr>
<tr>