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.

138 lines
5.4 KiB

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