更新 simpleadmin/www/network.html

This commit is contained in:
taotao 2024-10-12 03:57:50 +00:00
parent 70bbe3c1ac
commit f3e0493e88

View File

@ -361,25 +361,13 @@
x-model="scs"
aria-label="SCS"
>
<!--
<option selected>SCS</option>
<option selected>30</option>
<option>15</option>
<option>30</option>
<option>60</option>
<option>120</option>
<option>240</option>
</select>
-->
<label for="scs-parameter">SCS参数:</label>
<select id="scs-parameter">
<optgroup label="SCS 参数"> <!-- SCS 作为分组标题 -->
<option value="15">15</option>
<option value="30" selected>30</option> <!-- 默认选项为 30 -->
<option value="60">60</option>
<option value="120">120</option>
<option value="240">240</option>
</optgroup>
</select>
<input
type="text"
aria-label="band"
@ -880,7 +868,7 @@
}
// Construct the AT command using the valid pairs
let atcmd = 'AT+QNWLOCK="common/5g",${pci},${earfcn},${scs},${band}';
let atcmd = `AT+QNWLOCK="common/5g",${pci},${earfcn},${scs},${band}`;
// Mock data
this.showModal = true;