审查视图

project.config.json 2.6 KB
刘晓艳 authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{
	"description": "项目配置文件",
	"packOptions": {
		"ignore": []
	},
	"setting": {
		"urlCheck": false,
		"es6": true,
		"postcss": true,
		"minified": true,
		"newFeature": true
	},
	"compileType": "miniprogram",
	"libVersion": "2.4.0",
	"appid": "wxac365079a43a66bb",
LXY authored
16
	"projectname": "%E5%AE%B6%E5%BA%AD%E4%BF%9D%E9%99%A9",
刘晓艳 authored
17 18 19 20 21 22 23 24 25 26 27 28 29
	"debugOptions": {
		"hidedInDevtools": []
	},
	"isGameTourist": false,
	"condition": {
		"search": {
			"current": -1,
			"list": []
		},
		"conversation": {
			"current": -1,
			"list": []
		},
刘晓艳 authored
30 31 32 33
		"plugin": {
			"current": -1,
			"list": []
		},
刘晓艳 authored
34 35 36 37 38
		"game": {
			"currentL": -1,
			"list": []
		},
		"miniprogram": {
LXY authored
39
			"current": 10,
刘晓艳 authored
40 41 42
			"list": [
				{
					"id": -1,
刘晓艳 authored
43
					"name": "保单添加",
刘晓艳 authored
44 45
					"pathName": "pages/index/addListDetail/addListDetail",
					"query": ""
朱振飞 authored
46 47 48
				},
				{
					"id": -1,
刘晓艳 authored
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
					"name": "保单体检",
					"pathName": "pages/index/periodicReviews/periodicReviews",
					"query": ""
				},
				{
					"id": 2,
					"name": "保单体检",
					"pathName": "pages/index/periodicReviews/periodicReviews",
					"query": "allinfo={\"family_id\":128,\"warn_time\":0,\"warn_status\":0,\"infor\":2,\"users\":[{\"family_id\":128,\"id\":241,\"name\":\"测试\",\"family_role\":\"家住\",\"user_family\":1,\"cid\":413,\"key_status\":0},{\"family_id\":128,\"id\":242,\"name\":\"ceshi\",\"family_role\":\"haiz\",\"user_family\":0,\"cid\":413,\"key_status\":0}]}"
				},
				{
					"id": -1,
					"name": "个人信息录入",
					"pathName": "pages/index/EntryInformation/EntryInformation",
					"query": ""
				},
				{
					"id": -1,
					"name": "编辑保单",
刘晓艳 authored
68
					"pathName": "pages/index/addListDetail/addListDetail",
刘晓艳 authored
69 70 71 72 73 74 75 76 77 78 79 80
					"query": "def_id=241&inforid=14&FamilyId=128"
				},
				{
					"id": -1,
					"name": "方案预设",
					"pathName": "pages/index/Program/Program",
					"query": ""
				},
				{
					"id": -1,
					"name": "center",
					"pathName": "pages/personalCenter/personalCenter",
刘晓艳 authored
81 82 83 84
					"query": ""
				},
				{
					"id": -1,
刘晓艳 authored
85 86 87
					"name": "保单汇总表",
					"pathName": "pages/index/summaryList/summaryList",
					"query": "allinfo={\"family_id\":130,\"warn_time\":0,\"warn_status\":0,\"infor\":1,\"users\":[{\"family_id\":130,\"id\":245,\"name\":\"ceshi\",\"family_role\":\"dsfs\",\"user_family\":1,\"cid\":413,\"key_status\":0}]}"
刘晓艳 authored
88 89 90 91 92 93 94 95 96 97
				},
				{
					"id": -1,
					"name": "aa",
					"pathName": "pages/index/editProfile/editProfile",
					"query": ""
				},
				{
					"id": -1,
					"name": "aa",
LXY authored
98 99 100 101 102 103 104 105
					"pathName": "pages/index/inviteList/inviteList",
					"query": ""
				},
				{
					"id": -1,
					"name": "aaf",
					"pathName": "pages/index/policyListDetail/policyListDetail",
					"query": "InId=25"
刘晓艳 authored
106 107
				}
			]
刘晓艳 authored
108 109 110
		}
	}
}