From d4cd7df0bd1484c31e37bcb0642e89ecdcf7ab29 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期四, 17 九月 2020 10:55:22 +0800
Subject: [PATCH] 处理外网端口映射无法跳转的问题

---
 src/Pool/VideoPhotoData.ts |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/Pool/VideoPhotoData.ts b/src/Pool/VideoPhotoData.ts
index 54f10a5..ec150b3 100644
--- a/src/Pool/VideoPhotoData.ts
+++ b/src/Pool/VideoPhotoData.ts
@@ -49,8 +49,8 @@
 
   constructor() {
     this.cards = [];
-    this.size = 40;
-    this.pageSizeOption = [30, 40, 50]
+    this.size = 60;
+    this.pageSizeOption = [30, 60, 120]
     this.alarmlevel = [];
     this.inputValue = "";
     this.searchTime = [];
@@ -63,8 +63,8 @@
   clearStatus() {
     //this.cards = [];
     this.page = 1;
-    this.size = 40;
-    this.pageSizeOption = [30, 40, 50]
+    this.size = 60;
+    this.pageSizeOption = [30, 60, 120]
     this.alarmlevel = [];
     this.inputValue = "";
     this.showType = "search";

--
Gitblit v1.8.0