| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "Aimill人力资源",
- "appid": "__UNI__AIMILLHR",
- "description": "Aimill工业互联网平台人力资源移动端",
- "versionName": "1.0.0",
- "versionCode": "100",
- "transformPx": false,
- "app-plus": {
- "usingComponents": true,
- "modules": {
- "Camera": {}
- },
- "distribute": {
- "android": {
- "permissions": [
- "<uses-permission android:name=\"android.permission.CAMERA\"/>"
- ]
- }
- }
- },
- "h5": {
- "title": "Aimill人力资源",
- "router": { "mode": "hash" }
- },
- "mp-weixin": {
- "appid": "",
- "setting": { "urlCheck": false }
- },
- "uniStatistics": { "enable": false },
- "fallbackLocale": "zh-Hans"
- }
|