选择站点:
-
+
diff --git a/src/components/network-config-applied.vue b/src/components/network-config-applied.vue
new file mode 100644
index 0000000..32a49f9
--- /dev/null
+++ b/src/components/network-config-applied.vue
@@ -0,0 +1,110 @@
+
+
+
+ 上报IP地址1:
+ {{ appliedData.ip1 }}
+
+
+ 上报端口号1:
+ {{ appliedData.port1 }}
+
+
+ 上报IP地址2:
+ {{ appliedData.ip2 }}
+
+
+ 上报端口号2:
+ {{ appliedData.port2 }}
+
+
+ 上报IP地址3:
+ {{ appliedData.ip3 }}
+
+
+ 上报端口号3:
+ {{ appliedData.port3 }}
+
+
+ 上报IP地址4:
+ {{ appliedData.ip4 }}
+
+
+ 上报端口号4:
+ {{ appliedData.port4 }}
+
+
+ 备用ip地址:
+ {{ appliedData.ipBackup }}
+
+
+ 备用端口号:
+ {{ appliedData.portBackup }}
+
+
+ 用户名:
+ {{ appliedData.account }}
+
+
+ 密码:
+ {{ appliedData.password }}
+
+
+ APN:
+ {{ appliedData.apn }}
+
+
+
+
+
+
+
+
diff --git a/src/components/network-config-pending.vue b/src/components/network-config-pending.vue
new file mode 100644
index 0000000..ba58c95
--- /dev/null
+++ b/src/components/network-config-pending.vue
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 提交
+ 重置
+
+
+
+
+
+
+
+
+
diff --git a/src/components/refresh.vue b/src/components/refresh.vue
index be91fc9..1dde047 100644
--- a/src/components/refresh.vue
+++ b/src/components/refresh.vue
@@ -12,7 +12,7 @@ defineEmits(['refresh']);