diff --git a/LTEMvcApp/Views/Home/NetworkConfig.cshtml b/LTEMvcApp/Views/Home/NetworkConfig.cshtml index 9a71b18..2f67f32 100644 --- a/LTEMvcApp/Views/Home/NetworkConfig.cshtml +++ b/LTEMvcApp/Views/Home/NetworkConfig.cshtml @@ -140,17 +140,18 @@ function loadNetworkConfigs() { function renderConfigTable(data) { let html = `
Key | APN | Band | Comment | 操作 | +Key | RagConfig | APN | Band | Comment | 操作 |
---|---|---|---|---|---|---|---|---|---|---|
暂无数据 | ||||||||||
+ html += ' | ||||||||||
暂无数据 | ||||||||||
服务是否正常?请检查Agent服务和网络配置接口是否可用。 | ||||||||||
${item.configKey} | +${item.ragConfig || ''} | ${item.apn || ''} | ${item.band ? item.band.join(',') : ''} | ${item.comment || ''} | @@ -162,7 +163,7 @@ function renderConfigTable(data) {||||||
+ html += ` | ||||||||||
|