You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

144 lines
5.7 KiB

7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
4 months ago
7 months ago
3 months ago
7 months ago
  1. {
  2. "name" : "洛阳学车驾校版",
  3. "appid" : "__UNI__BD23957",
  4. "description" : "",
  5. "versionName" : "1.1.0",
  6. "versionCode" : 110,
  7. "transformPx" : false,
  8. /* 5+App */
  9. "app-plus" : {
  10. "usingComponents" : true,
  11. "nvueStyleCompiler" : "uni-app",
  12. "compilerVersion" : 3,
  13. "splashscreen" : {
  14. "alwaysShowBeforeRender" : true,
  15. "waiting" : true,
  16. "autoclose" : true,
  17. "delay" : 0
  18. },
  19. /* */
  20. "modules" : {},
  21. /* */
  22. "distribute" : {
  23. /* android */
  24. "android" : {
  25. "permissions" : [
  26. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  27. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  28. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  29. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  30. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  31. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  32. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  33. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  34. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  35. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  36. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  37. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  38. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  39. "<uses-feature android:name=\"android.hardware.camera\"/>",
  40. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
  41. ],
  42. "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ],
  43. "targetSdkVersion" : 30
  44. },
  45. /* ios */
  46. "ios" : {
  47. "dSYMs" : false,
  48. "idfa" : false
  49. },
  50. /* SDK */
  51. "sdkConfigs" : {
  52. "ad" : {}
  53. },
  54. "icons" : {
  55. "android" : {
  56. "hdpi" : "unpackage/res/icons/72x72.png",
  57. "xhdpi" : "unpackage/res/icons/96x96.png",
  58. "xxhdpi" : "unpackage/res/icons/144x144.png",
  59. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  60. },
  61. "ios" : {
  62. "appstore" : "unpackage/res/icons/1024x1024.png",
  63. "ipad" : {
  64. "app" : "unpackage/res/icons/76x76.png",
  65. "app@2x" : "unpackage/res/icons/152x152.png",
  66. "notification" : "unpackage/res/icons/20x20.png",
  67. "notification@2x" : "unpackage/res/icons/40x40.png",
  68. "proapp@2x" : "unpackage/res/icons/167x167.png",
  69. "settings" : "unpackage/res/icons/29x29.png",
  70. "settings@2x" : "unpackage/res/icons/58x58.png",
  71. "spotlight" : "unpackage/res/icons/40x40.png",
  72. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  73. },
  74. "iphone" : {
  75. "app@2x" : "unpackage/res/icons/120x120.png",
  76. "app@3x" : "unpackage/res/icons/180x180.png",
  77. "notification@2x" : "unpackage/res/icons/40x40.png",
  78. "notification@3x" : "unpackage/res/icons/60x60.png",
  79. "settings@2x" : "unpackage/res/icons/58x58.png",
  80. "settings@3x" : "unpackage/res/icons/87x87.png",
  81. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  82. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  83. }
  84. }
  85. },
  86. "splashscreen" : {
  87. "useOriginalMsgbox" : true
  88. }
  89. }
  90. },
  91. /* */
  92. "quickapp" : {},
  93. /* */
  94. "mp-weixin" : {
  95. "appid" : "wxae509f512c11c039",
  96. "setting" : {
  97. "urlCheck" : false,
  98. "es6" : true,
  99. "minified" : true
  100. },
  101. "usingComponents" : true,
  102. "permission" : {
  103. "scope.userLocation" : {
  104. "desc" : "查询用户地理位置,推荐本地驾校,提高用户服务"
  105. }
  106. }
  107. },
  108. "mp-alipay" : {
  109. "usingComponents" : true
  110. },
  111. "mp-baidu" : {
  112. "usingComponents" : true
  113. },
  114. "mp-toutiao" : {
  115. "usingComponents" : true
  116. },
  117. "uniStatistics" : {
  118. "enable" : false
  119. },
  120. "vueVersion" : "2",
  121. "h5" : {
  122. "devServer" : {
  123. "port" : 91,
  124. "disableHostCheck" : true,
  125. "proxy" : {
  126. "/api" : {
  127. // "target" : "http://123.6.232.1:8099/",
  128. "target" : "http://www.lyjppt.com/",
  129. "changeOrigin" : true,
  130. "secure" : true,
  131. "pathRewrite" : {
  132. //使
  133. "^/api" : ""
  134. }
  135. }
  136. },
  137. "https" : false
  138. },
  139. "router" : {
  140. "mode" : "hash",
  141. "base" : "/h5"
  142. }
  143. }
  144. }