mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	优化文字提示
This commit is contained in:
		@@ -119,13 +119,13 @@ Vue.component("http-websocket-box", {
 | 
			
		||||
		<more-options-tbody @change="changeAdvancedVisible" v-show="isOn()"></more-options-tbody>
 | 
			
		||||
		<tbody v-show="isOn() && advancedVisible">
 | 
			
		||||
			<tr>
 | 
			
		||||
				<td class="color-border">是否传递请求来源域</td>
 | 
			
		||||
				<td class="color-border">传递请求来源域</td>
 | 
			
		||||
				<td>
 | 
			
		||||
					<div class="ui checkbox">
 | 
			
		||||
						<input type="checkbox" v-model="websocketConfig.requestSameOrigin"/>
 | 
			
		||||
						<label></label>
 | 
			
		||||
					</div>
 | 
			
		||||
					<p class="comment">选中表示把接收到的请求中的<span class="ui label tiny">Origin</span>字段传递到源站。</p>
 | 
			
		||||
					<p class="comment">选中后,表示把接收到的请求中的<code-label>Origin</code-label>字段传递到源站。</p>
 | 
			
		||||
				</td>
 | 
			
		||||
			</tr>
 | 
			
		||||
		</tbody>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user