manifest.json 1.43 KB
{
	"name": "miniP",
	"appid": "__UNI__580BCB0",
	"description": "",
	"versionName": "1.0.1",
	"versionCode": "100",
	"transformPx": false,
	/* 5+App特有相关 */
	"app-plus": {
		"usingComponents": true,
		"nvueStyleCompiler": "uni-app",
		"compilerVersion": 3,
		"splashscreen": {
			"alwaysShowBeforeRender": true,
			"waiting": true,
			"autoclose": true,
			"delay": 0
		},
		/* 模块配置 */
		"modules": {},
		/* 应用发布信息 */
		"distribute": {
			/* android打包配置 */
			"android": {
				"permissions": [],
				"autoSdkPermissions": true
			},
			/* ios打包配置 */
			"ios": {
				"permissions": [],
				"autoSdkPermissions": true
			},
			/* SDK配置 */
			"sdkConfigs": {}
		}
	},
	/* 快应用特有相关 */
	"quickapp": {},
	/* 小程序特有相关 */
	"mp-weixin": {
		"appid": "wx5d51e8ed31bbdbb7", //J系统

		// "appid" : "wx70f16625f10de4fe",//新跆联
		// "appid" : "wx5e2471ed6210c3a6",
		"setting": {
			"urlCheck": false,
			"minified": false,
			"es6": true
		},
		"usingComponents": true,
		"permission": {},
		"optimization": {
			"subPackages": true
		}
	},
	"mp-alipay": {
		"usingComponents": true
	},
	"mp-baidu": {
		"usingComponents": true
	},
	"mp-toutiao": {
		"usingComponents": true
	},
	"uniStatistics": {
		"enable": false
	},
	"vueVersion": "3",
	"h5": {
		"router": {
			"mode": "hash",
			"base": "./"
		},
		"template": ""
	}
}