mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 13:10:26 +08:00 
			
		
		
		
	自定义页面跳转支持使用变量
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user