ソースを参照

启动/app图标

空白格 3 年 前
コミット
a80d11ec78

+ 46 - 1
manifest.json

@@ -1,6 +1,6 @@
 {
     "name" : "智慧停车运营端",
-    "appid" : "__UNI__EC952D7",
+    "appid" : "__UNI__CE5505F",
     "description" : "",
     "versionName" : "1.0.0",
     "versionCode" : "100",
@@ -45,7 +45,52 @@
             /* SDK配置 */
             "sdkConfigs" : {
                 "ad" : {}
+            },
+            "splashscreen" : {
+                "androidStyle" : "default",
+                "useOriginalMsgbox" : false,
+                "android" : {
+                    "xhdpi" : "./static/logo/splash.png",
+                    "hdpi" : "./static/logo/splash.png",
+                    "xxhdpi" : "./static/logo/splash.png"
+                },
+                "iosStyle" : "common"
+            },
+            "icons" : {
+                "android" : {
+                    "xxhdpi" : "./static/logo/icons/144x144.png",
+                    "hdpi" : "./static/logo/icons/72x72.png",
+                    "xhdpi" : "./static/logo/icons/96x96.png",
+                    "xxxhdpi" : "./static/logo/icons/192x192.png"
+                },
+                "ios" : {
+                    "appstore" : "./static/logo/icons/1024x1024.png",
+                    "ipad" : {
+                        "app" : "./static/logo/icons/76x76.png",
+                        "app@2x" : "./static/logo/icons/152x152.png",
+                        "notification" : "./static/logo/icons/20x20.png",
+                        "notification@2x" : "./static/logo/icons/40x40.png",
+                        "proapp@2x" : "./static/logo/icons/167x167.png",
+                        "settings" : "./static/logo/icons/29x29.png",
+                        "settings@2x" : "./static/logo/icons/58x58.png",
+                        "spotlight" : "./static/logo/icons/40x40.png",
+                        "spotlight@2x" : "./static/logo/icons/80x80.png"
+                    },
+                    "iphone" : {
+                        "app@2x" : "./static/logo/icons/120x120.png",
+                        "app@3x" : "./static/logo/icons/180x180.png",
+                        "notification@2x" : "./static/logo/icons/40x40.png",
+                        "notification@3x" : "./static/logo/icons/60x60.png",
+                        "settings@2x" : "./static/logo/icons/58x58.png",
+                        "settings@3x" : "./static/logo/icons/87x87.png",
+                        "spotlight@2x" : "./static/logo/icons/80x80.png",
+                        "spotlight@3x" : "./static/logo/icons/120x120.png"
+                    }
+                }
             }
+        },
+        "uniStatistics" : {
+            "enable" : true
         }
     },
     /* 快应用特有相关 */

+ 1 - 1
pages/index/index.scss

@@ -2,7 +2,7 @@
 	font-family: PingFang SC;
 	&-header {
 		height: 219px;
-		padding: 50px 15px 26px 15px;
+		padding: 40px 15px 26px 15px;
 		background: linear-gradient(179deg, #2D82FB 0%, #1635E1 100%);
 		&-box {
 			height: 100%;

+ 2 - 1
pages/patrolManagement/deviceAbnormalRecords/deviceAbnormalRecords.vue

@@ -34,7 +34,7 @@
 			}
 		},
 		onShow() {
-			this.recordList = []
+			// this.recordList = []
 			this.getRecordList();
 		},
 		methods: {
@@ -63,6 +63,7 @@
 		},
 		onPullDownRefresh() {
 			this.recordList = []
+			this.page = 1;
 			this.status = 'loading';
 			this.getRecordList();
 			setTimeout(function() {

BIN
static/logo/icons/1024x1024.png


BIN
static/logo/icons/120x120.png


BIN
static/logo/icons/144x144.png


BIN
static/logo/icons/152x152.png


BIN
static/logo/icons/167x167.png


BIN
static/logo/icons/180x180.png


BIN
static/logo/icons/192x192.png


BIN
static/logo/icons/20x20.png


BIN
static/logo/icons/29x29.png


BIN
static/logo/icons/40x40.png


BIN
static/logo/icons/58x58.png


BIN
static/logo/icons/60x60.png


BIN
static/logo/icons/72x72.png


BIN
static/logo/icons/76x76.png


BIN
static/logo/icons/80x80.png


BIN
static/logo/icons/87x87.png


BIN
static/logo/icons/96x96.png


BIN
static/logo/icons/logo.png


BIN
static/logo/splash.png


BIN
static/logo/start-page-720x1242.9.png


BIN
static/logo/start-page.png