mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 12:20:28 +08:00
自定义页面跳转支持使用变量
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
<td>跳转到URL *</td>
|
<td>跳转到URL *</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="url" maxlength="500" placeholder="类似于 https://example.com/page.html"/>
|
<input type="text" name="url" maxlength="500" placeholder="类似于 https://example.com/page.html"/>
|
||||||
<p class="comment">将会跳转到此URL。</p>
|
<p class="comment">将会跳转到此URL,支持使用变量。</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
<td>跳转到URL *</td>
|
<td>跳转到URL *</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="url" maxlength="500" placeholder="类似于 https://example.com/page.html" v-model="pageConfig.url"/>
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user