Parcourir la source

Merge branch 'hcb' of SH-Arbitrate/miniapp into dev

hanchaobo il y a 2 ans
Parent
révision
fa8062185c

+ 3
- 2
config.js Voir le fichier

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

+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/common/runtime.js.map
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/uni-icons/components/uni-icons/uni-icons.js.map
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


+ 5
- 1
unpackage/dist/dev/mp-weixin/app.json Voir le fichier

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

+ 13
- 20
unpackage/dist/dev/mp-weixin/project.config.json Voir le fichier

1
 {
1
 {
2
   "description": "项目配置文件。",
2
   "description": "项目配置文件。",
3
   "packOptions": {
3
   "packOptions": {
4
-    "ignore": []
4
+    "ignore": [],
5
+    "include": []
5
   },
6
   },
6
   "setting": {
7
   "setting": {
7
     "urlCheck": false,
8
     "urlCheck": false,
9
     "postcss": true,
10
     "postcss": true,
10
     "minified": true,
11
     "minified": true,
11
     "newFeature": true,
12
     "newFeature": true,
12
-    "bigPackageSizeSupport": true
13
+    "bigPackageSizeSupport": true,
14
+    "babelSetting": {
15
+      "ignore": [],
16
+      "disablePlugins": [],
17
+      "outputPath": ""
18
+    }
13
   },
19
   },
14
   "compileType": "miniprogram",
20
   "compileType": "miniprogram",
15
-  "libVersion": "",
21
+  "libVersion": "3.0.1",
16
   "appid": "wx91cb8459dca561b4",
22
   "appid": "wx91cb8459dca561b4",
17
   "projectname": "智慧仲裁",
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
 }