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.

143 lines
5.6 KiB

7 months ago
7 months ago
7 months ago
7 months ago
4 months ago
7 months ago
7 months ago
  1. {
  2. "name" : "洛阳驾校版",
  3. "appid" : "__UNI__BD23957",
  4. "description" : "",
  5. "versionName" : "1.0.8",
  6. "versionCode" : 108,
  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. },
  49. /* SDK */
  50. "sdkConfigs" : {
  51. "ad" : {}
  52. },
  53. "icons" : {
  54. "android" : {
  55. "hdpi" : "unpackage/res/icons/72x72.png",
  56. "xhdpi" : "unpackage/res/icons/96x96.png",
  57. "xxhdpi" : "unpackage/res/icons/144x144.png",
  58. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  59. },
  60. "ios" : {
  61. "appstore" : "unpackage/res/icons/1024x1024.png",
  62. "ipad" : {
  63. "app" : "unpackage/res/icons/76x76.png",
  64. "app@2x" : "unpackage/res/icons/152x152.png",
  65. "notification" : "unpackage/res/icons/20x20.png",
  66. "notification@2x" : "unpackage/res/icons/40x40.png",
  67. "proapp@2x" : "unpackage/res/icons/167x167.png",
  68. "settings" : "unpackage/res/icons/29x29.png",
  69. "settings@2x" : "unpackage/res/icons/58x58.png",
  70. "spotlight" : "unpackage/res/icons/40x40.png",
  71. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  72. },
  73. "iphone" : {
  74. "app@2x" : "unpackage/res/icons/120x120.png",
  75. "app@3x" : "unpackage/res/icons/180x180.png",
  76. "notification@2x" : "unpackage/res/icons/40x40.png",
  77. "notification@3x" : "unpackage/res/icons/60x60.png",
  78. "settings@2x" : "unpackage/res/icons/58x58.png",
  79. "settings@3x" : "unpackage/res/icons/87x87.png",
  80. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  81. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  82. }
  83. }
  84. },
  85. "splashscreen" : {
  86. "useOriginalMsgbox" : true
  87. }
  88. }
  89. },
  90. /* */
  91. "quickapp" : {},
  92. /* */
  93. "mp-weixin" : {
  94. "appid" : "wxae509f512c11c039",
  95. "setting" : {
  96. "urlCheck" : false,
  97. "es6" : true,
  98. "minified" : true
  99. },
  100. "usingComponents" : true,
  101. "permission" : {
  102. "scope.userLocation" : {
  103. "desc" : "查询用户地理位置,推荐本地驾校,提高用户服务"
  104. }
  105. }
  106. },
  107. "mp-alipay" : {
  108. "usingComponents" : true
  109. },
  110. "mp-baidu" : {
  111. "usingComponents" : true
  112. },
  113. "mp-toutiao" : {
  114. "usingComponents" : true
  115. },
  116. "uniStatistics" : {
  117. "enable" : false
  118. },
  119. "vueVersion" : "2",
  120. "h5" : {
  121. "devServer" : {
  122. "port" : 91,
  123. "disableHostCheck" : true,
  124. "proxy" : {
  125. "/api" : {
  126. "target" : "http://123.6.232.1:8099/",
  127. // "target" : "http://www.lyjppt.com/",
  128. "changeOrigin" : true,
  129. "secure" : true,
  130. "pathRewrite" : {
  131. //使
  132. "^/api" : ""
  133. }
  134. }
  135. },
  136. "https" : false
  137. },
  138. "router" : {
  139. "mode" : "hash",
  140. "base" : "/h5"
  141. }
  142. }
  143. }