yzc hace 2 años
padre
commit
2b707792df
Se han modificado 4 ficheros con 51 adiciones y 39 borrados
  1. 3 0
      app.json
  2. 6 4
      pages/record/record.wxss
  3. 6 6
      project.config.json
  4. 36 29
      project.private.config.json

+ 3 - 0
app.json

@@ -1,5 +1,8 @@
 {
     "pages": [
+        "pages/exceptionhandling/exceptionhandling",
+        "pages/text/text",
+        "pages/exceptionlist/exceptionlist",
         "pages/login/login",
         "pages/tabber/home/index",
         "pages/tabber/order/index",

+ 6 - 4
pages/record/record.wxss

@@ -290,8 +290,9 @@
     font-family: PingFangSC-Regular;
     white-space: nowrap;
     line-height: 24rpx;
-    text-align: left;
-    margin: 0 -224rpx 0 24rpx;
+    margin-left: 50rpx;
+    /* text-align: left;
+    margin: 0 -224rpx 0 24rpx; */
   }
   .main3-1 {
     width: 496rpx;
@@ -324,8 +325,9 @@
     font-family: PingFangSC-Regular;
     white-space: nowrap;
     line-height: 24rpx;
-    text-align: left;
-    margin: -4rpx -15rpx 0 -185rpx;
+    margin-left: 20rpx;
+    /* text-align: left; */
+    /* margin: -4rpx -15rpx 0 -185rpx; */
   }
   .box4 {
     height: 148rpx;

+ 6 - 6
project.config.json

@@ -27,16 +27,15 @@
     "uploadWithSourceMap": true,
     "compileHotReLoad": false,
     "lazyloadPlaceholderEnable": false,
-    "useMultiFrameRuntime": true,
-    "useApiHook": true,
-    "useApiHostProcess": true,
+    "useMultiFrameRuntime": false,
+    "useApiHook": false,
+    "useApiHostProcess": false,
     "babelSetting": {
       "ignore": [],
       "disablePlugins": [],
       "outputPath": ""
     },
-    "enableEngineNative": false,
-    "useIsolateContext": true,
+    "useIsolateContext": false,
     "userConfirmedBundleSwitch": false,
     "packNpmManually": false,
     "packNpmRelationList": [
@@ -49,7 +48,8 @@
     "disableUseStrict": false,
     "minifyWXML": true,
     "showES6CompileOption": false,
-    "useCompilerPlugins": false
+    "useCompilerPlugins": false,
+    "ignoreUploadUnusedFiles": true
   },
   "compileType": "miniprogram",
   "libVersion": "2.19.4",

+ 36 - 29
project.private.config.json

@@ -1,36 +1,43 @@
 {
-    "setting": {},
-    "condition": {
-        "plugin": {
-            "list": []
+  "setting": {},
+  "condition": {
+    "plugin": {
+      "list": []
+    },
+    "game": {
+      "list": []
+    },
+    "gamePlugin": {
+      "list": []
+    },
+    "miniprogram": {
+      "list": [
+        {
+          "name": "",
+          "pathName": "pages/tabber/order/index",
+          "query": "",
+          "scene": null
         },
-        "game": {
-            "list": []
+        {
+          "name": "",
+          "pathName": "pages/control/result/result",
+          "query": "",
+          "scene": null
         },
-        "gamePlugin": {
-            "list": []
+        {
+          "name": "",
+          "pathName": "pages/sorting/enter/enter",
+          "query": "",
+          "scene": null
         },
-        "miniprogram": {
-            "list": [
-                {
-                    "name": "",
-                    "pathName": "pages/tabber/order/index",
-                    "query": "",
-                    "scene": null
-                },
-                {
-                    "name": "",
-                    "pathName": "pages/control/result/result",
-                    "query": "",
-                    "scene": null
-                },
-                {
-                    "name": "",
-                    "pathName": "pages/sorting/enter/enter",
-                    "query": "",
-                    "scene": null
-                }
-            ]
+        {
+          "name": "",
+          "pathName": "pages/record/record",
+          "query": "",
+          "scene": null,
+          "launchMode": "default"
         }
+      ]
     }
+  }
 }