yangzj 2 gadi atpakaļ
vecāks
revīzija
88085a1f5f

+ 1 - 1
common/config.js

@@ -4,5 +4,5 @@ if (process.env.NODE_ENV === 'development') {
 }
 export const config = {
 	baseUrl,
-	version: '0.2.0'
+	version: '0.3.2'
 }

+ 6 - 4
manifest.json

@@ -7,9 +7,9 @@
     "transformPx" : false,
     /* 5+App特有相关 */
     "app-plus" : {
-				"compatible": {
-					"ignoreVersion": true // true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
-				},
+        "compatible" : {
+            "ignoreVersion" : true // true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
+        },
         "usingComponents" : true,
         "nvueStyleCompiler" : "uni-app",
         "compilerVersion" : 3,
@@ -44,7 +44,9 @@
                 ]
             },
             /* ios打包配置 */
-            "ios" : {},
+            "ios" : {
+                "dSYMs" : false
+            },
             /* SDK配置 */
             "sdkConfigs" : {
                 "ad" : {},

+ 1 - 1
pages/dataOverview/operationalAnalysis/operationalAnalysis.scss

@@ -46,7 +46,7 @@
           // text-overflow: ellipsis;
           color: #393939;
           font-family: PingFangSC-Regular, PingFang SC;
-					font-size: 20px;
+					font-size: 17px;
         }
       }
     }

+ 1 - 1
pages/dataOverview/statisticalReport/statisticalReport.scss

@@ -46,7 +46,7 @@
           // text-overflow: ellipsis;
           color: #393939;
           font-family: PingFangSC-Regular, PingFang SC;
-					font-size: 20px;
+					font-size: 17px;
         }
       }
     }