fz 2 лет назад
Родитель
Сommit
732e830c86

+ 3
- 2
config.js Просмотреть файл

@@ -1,8 +1,9 @@
1 1
 // 应用全局配置
2 2
 module.exports = {
3 3
 	// baseUrl: 'https://api.xayunmei.com/zhongcaiapi',
4
+	baseUrl: 'https://api.xayunmei.com/zhongcaiapitest',
4 5
 	// baseUrl: 'http://121.40.189.20:9001',
5
-	baseUrl: 'http://121.40.189.20:8001',
6
+	// baseUrl: 'http://121.40.189.20:8001',
6 7
 	// baseUrl: 'http://192.168.3.77:8080',
7 8
 	// baseUrl: 'http://localhost:8080',
8 9
 	// baseUrl: 'http://192.168.3.18:9001',
@@ -27,4 +28,4 @@ module.exports = {
27 28
 			}
28 29
 		]
29 30
 	}
30
-}
31
+}

+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map
Разница между файлами не показана из-за своего большого размера
Просмотреть файл


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/common/runtime.js.map
Разница между файлами не показана из-за своего большого размера
Просмотреть файл


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map
Разница между файлами не показана из-за своего большого размера
Просмотреть файл


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-icons/components/uni-icons/uni-icons.js.map
Разница между файлами не показана из-за своего большого размера
Просмотреть файл


+ 4
- 1
unpackage/dist/dev/mp-weixin/app.json Просмотреть файл

@@ -5,6 +5,8 @@
5 5
     "pages/work/index",
6 6
     "pages/handlecase/index",
7 7
     "pages/handlecase/component/uploadEvidence",
8
+    "pages/handlecase/component/evidenceList",
9
+    "pages/handlecase/component/obligations",
8 10
     "pages/expressDelivery/index",
9 11
     "pages/expressDelivery/component/expressDelivery",
10 12
     "pages/signature/index",
@@ -15,7 +17,8 @@
15 17
     "mp_ecard_sdk/protocol/service/service",
16 18
     "mp_ecard_sdk/protocol/userAccredit/userAccredit",
17 19
     "pages/im/index",
18
-    "pages/realName"
20
+    "pages/realName",
21
+    "pages/personalInfoCollection"
19 22
   ],
20 23
   "subPackages": [],
21 24
   "window": {

+ 13
- 20
unpackage/dist/dev/mp-weixin/project.config.json Просмотреть файл

@@ -1,7 +1,8 @@
1 1
 {
2 2
   "description": "项目配置文件。",
3 3
   "packOptions": {
4
-    "ignore": []
4
+    "ignore": [],
5
+    "include": []
5 6
   },
6 7
   "setting": {
7 8
     "urlCheck": false,
@@ -9,28 +10,20 @@
9 10
     "postcss": true,
10 11
     "minified": true,
11 12
     "newFeature": true,
12
-    "bigPackageSizeSupport": true
13
+    "bigPackageSizeSupport": true,
14
+    "babelSetting": {
15
+      "ignore": [],
16
+      "disablePlugins": [],
17
+      "outputPath": ""
18
+    }
13 19
   },
14 20
   "compileType": "miniprogram",
15
-  "libVersion": "",
21
+  "libVersion": "3.0.1",
16 22
   "appid": "wx91cb8459dca561b4",
17 23
   "projectname": "智慧仲裁",
18
-  "condition": {
19
-    "search": {
20
-      "current": -1,
21
-      "list": []
22
-    },
23
-    "conversation": {
24
-      "current": -1,
25
-      "list": []
26
-    },
27
-    "game": {
28
-      "current": -1,
29
-      "list": []
30
-    },
31
-    "miniprogram": {
32
-      "current": -1,
33
-      "list": []
34
-    }
24
+  "condition": {},
25
+  "editorSetting": {
26
+    "tabIndent": "insertSpaces",
27
+    "tabSize": 2
35 28
   }
36 29
 }