| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "name" : "mobile_h5",
- "appid" : "__UNI__DE74995",
- "description" : "",
- "versionName" : "1.2.2",
- "versionCode" : 122,
- "uni-app-x" : {},
- /* 快应用特有相关 */
- "quickapp" : {},
- /* 小程序特有相关 */
- "mp-weixin" : {
- "appid" : "",
- "setting" : {
- "urlCheck" : false
- },
- "usingComponents" : true
- },
- "mp-alipay" : {
- "usingComponents" : true
- },
- "mp-baidu" : {
- "usingComponents" : true
- },
- "mp-toutiao" : {
- "usingComponents" : true
- },
- "uniStatistics" : {
- "enable" : false
- },
- "vueVersion" : "3",
- "app" : {
- "distribute" : {
- "icons" : {
- "android" : {
- "hdpi" : "",
- "xhdpi" : "",
- "xxhdpi" : "",
- "xxxhdpi" : ""
- }
- }
- }
- },
- "h5" : {
- "title" : "保利",
- "optimization" : {
- "treeShaking" : {
- "enable" : true
- }
- },
- "router" : {
- "base" : "/poly/",
- "mode" : "hash"
- }
- }
- }
|