Blame view
src/manifest.json
3.53 KB
a2408fc3f init |
1 |
{ |
1003c53e8 go |
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
"name": "gulu-vue", "appid": "", "description": "", "versionName": "1.0.0", "versionCode": "100", "transformPx": false, "h5": { "devServer": { "port": 8080, "disableHostCheck": true, "proxy": { "/": { "pathRewrite": { "/": "/" }, "target": "https://api.glass.xiuyetang.com/", "changeOrigin": true, "serure": false } } }, "router" : { "mode" : "history" } }, "app-plus": { |
0db291810 “-mcomfirmOder页面 |
28 |
/* 5+App特有相关 */ |
1003c53e8 go |
29 |
"modules": {}, |
0db291810 “-mcomfirmOder页面 |
30 |
/* 模块配置 */ |
1003c53e8 go |
31 |
"distribute": { |
0db291810 “-mcomfirmOder页面 |
32 |
/* 应用发布信息 */ |
1003c53e8 go |
33 |
"android": { |
0db291810 “-mcomfirmOder页面 |
34 |
/* android打包配置 */ |
1003c53e8 go |
35 |
"permissions": [ |
a2408fc3f init |
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 |
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>", "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>", "<uses-permission android:name=\"android.permission.READ_CONTACTS\"/>", "<uses-permission android:name=\"android.permission.VIBRATE\"/>", "<uses-permission android:name=\"android.permission.READ_LOGS\"/>", "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>", "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>", "<uses-permission android:name=\"android.permission.WRITE_CONTACTS\"/>", "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>", "<uses-permission android:name=\"android.permission.CAMERA\"/>", "<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>", "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>", "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>", "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>", "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>", "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>", "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>", "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>", "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>", "<uses-feature android:name=\"android.hardware.camera\"/>", "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>", "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>" ] }, |
1003c53e8 go |
60 |
"ios": {}, |
0db291810 “-mcomfirmOder页面 |
61 |
/* ios打包配置 */ |
1003c53e8 go |
62 |
"sdkConfigs": {} |
0db291810 “-mcomfirmOder页面 |
63 64 |
}, /* SDK配置 */ |
1003c53e8 go |
65 |
"usingComponents": true |
a2408fc3f init |
66 |
}, |
1003c53e8 go |
67 |
"quickapp": {}, |
0db291810 “-mcomfirmOder页面 |
68 |
/* 快应用特有相关 */ |
1003c53e8 go |
69 |
"mp-weixin": { |
0db291810 “-mcomfirmOder页面 |
70 |
/* 小程序特有相关 */ |
1003c53e8 go |
71 72 73 74 |
"usingComponents": true, "appid": "wx115b25aa396d27ac", "setting": { "urlCheck": true |
0db291810 “-mcomfirmOder页面 |
75 |
} |
a2408fc3f init |
76 |
}, |
1003c53e8 go |
77 78 |
"mp-alipay": { "usingComponents": true |
a2408fc3f init |
79 |
}, |
1003c53e8 go |
80 81 |
"mp-baidu": { "usingComponents": true |
a2408fc3f init |
82 |
}, |
1003c53e8 go |
83 84 |
"mp-toutiao": { "usingComponents": true |
0db291810 “-mcomfirmOder页面 |
85 |
}, |
1003c53e8 go |
86 87 |
"mp-qq": { "usingComponents": true |
a2408fc3f init |
88 |
} |
1003c53e8 go |
89 |
} |