洛阳学员端
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.

234 lines
9.9 KiB

8 months ago
7 months ago
7 months ago
6 months ago
6 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
6 months ago
6 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
4 months ago
4 months ago
7 months ago
4 months ago
7 months ago
4 months ago
7 months ago
7 months ago
7 months ago
  1. {
  2. "name" : "洛阳学车",
  3. "appid" : "__UNI__3347C6E",
  4. "description" : "",
  5. "versionName" : "1.2.8",
  6. "versionCode" : 128,
  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. "permission" : {
  20. "scope.userLocation" : {
  21. "desc" : "查询用户地理位置,推荐本地驾校,提高用户服务"
  22. }
  23. },
  24. /* */
  25. "modules" : {
  26. "Maps" : {},
  27. "Barcode" : {},
  28. "Geolocation" : {},
  29. "VideoPlayer" : {},
  30. "Share" : {}
  31. },
  32. /* */
  33. "distribute" : {
  34. /* android */
  35. "android" : {
  36. "permissions" : [
  37. "<uses-feature android:name=\"android.hardware.camera\"/>",
  38. "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
  39. "<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
  40. "<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>",
  41. "<uses-permission android:name=\"android.permission.ACCESS_BACKGROUND_LOCATION\"/>",
  42. "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
  43. "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
  44. "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
  45. "<uses-permission android:name=\"android.permission.CAMERA\"/>",
  46. "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
  47. "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
  48. "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
  49. "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
  50. "<uses-permission android:name=\"android.permission.INTERNET\"/>",
  51. "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
  52. "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
  53. "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
  54. "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
  55. "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
  56. "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
  57. "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>",
  58. "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
  59. "<uses-permission android:name=\"android.permission.FOREGROUND_SERVICE\"/>",
  60. "<uses-permission android:name=\"android.permission.ACCESS_LOCATION_EXTRA_COMMANDS\"/>"
  61. ],
  62. "targetSdkVersion" : 26
  63. },
  64. /* ios */
  65. "ios" : {
  66. "dSYMs" : false,
  67. "UIBackgroundModes" : "location",
  68. "privacyDescription" : {
  69. "NSLocationWhenInUseUsageDescription" : "运行期访问位置",
  70. "NSLocationAlwaysUsageDescription" : "后台运行访问位置",
  71. "NSLocationAlwaysAndWhenInUseUsageDescription" : "访问位置"
  72. },
  73. "capabilities" : {
  74. "entitlements" : {
  75. "com.apple.developer.associated-domains" : [
  76. "applinks:static-mp-87b9fa27-0273-48d3-a586-bd058cd2ce3d.next.bspapp.com"
  77. ]
  78. }
  79. }
  80. },
  81. /* SDK */
  82. "sdkConfigs" : {
  83. "share" : {
  84. "weixin" : {
  85. "appid" : "wx6cf612192cd6927c",
  86. "UniversalLinks" : "https://static-mp-87b9fa27-0273-48d3-a586-bd058cd2ce3d.next.bspapp.com/uni-universallinks/__UNI__3347C6E/"
  87. }
  88. },
  89. "ad" : {},
  90. "maps" : {
  91. "amap" : {
  92. "appkey_ios" : "2839b2b14fdcd2983e0d6247ce9baf7a",
  93. "appkey_android" : "3c5fcc5ee6aaba56e4806f3382399c16",
  94. "name" : "amapOV4nNDfa"
  95. }
  96. },
  97. "geolocation" : {
  98. "system" : {
  99. "__platform__" : [ "ios", "android" ]
  100. },
  101. "amap" : {
  102. "__platform__" : [ "ios", "android" ],
  103. "appkey_ios" : "2839b2b14fdcd2983e0d6247ce9baf7a",
  104. "appkey_android" : "3c5fcc5ee6aaba56e4806f3382399c16",
  105. "name" : "amapOV4nNDfa"
  106. }
  107. },
  108. "payment" : {
  109. "weixin" : {
  110. "__platform__" : [ "ios", "android" ],
  111. "appid" : "wx6cf612192cd6927c",
  112. "UniversalLinks" : "https://static-mp-87b9fa27-0273-48d3-a586-bd058cd2ce3d.next.bspapp.com/uni-universallinks/__UNI__3347C6E/"
  113. }
  114. }
  115. },
  116. "splashscreen" : {
  117. "useOriginalMsgbox" : true
  118. },
  119. "icons" : {
  120. "android" : {
  121. "hdpi" : "unpackage/res/icons/72x72.png",
  122. "xhdpi" : "unpackage/res/icons/96x96.png",
  123. "xxhdpi" : "unpackage/res/icons/144x144.png",
  124. "xxxhdpi" : "unpackage/res/icons/192x192.png"
  125. },
  126. "ios" : {
  127. "appstore" : "unpackage/res/icons/1024x1024.png",
  128. "ipad" : {
  129. "app" : "unpackage/res/icons/76x76.png",
  130. "app@2x" : "unpackage/res/icons/152x152.png",
  131. "notification" : "unpackage/res/icons/20x20.png",
  132. "notification@2x" : "unpackage/res/icons/40x40.png",
  133. "proapp@2x" : "unpackage/res/icons/167x167.png",
  134. "settings" : "unpackage/res/icons/29x29.png",
  135. "settings@2x" : "unpackage/res/icons/58x58.png",
  136. "spotlight" : "unpackage/res/icons/40x40.png",
  137. "spotlight@2x" : "unpackage/res/icons/80x80.png"
  138. },
  139. "iphone" : {
  140. "app@2x" : "unpackage/res/icons/120x120.png",
  141. "app@3x" : "unpackage/res/icons/180x180.png",
  142. "notification@2x" : "unpackage/res/icons/40x40.png",
  143. "notification@3x" : "unpackage/res/icons/60x60.png",
  144. "settings@2x" : "unpackage/res/icons/58x58.png",
  145. "settings@3x" : "unpackage/res/icons/87x87.png",
  146. "spotlight@2x" : "unpackage/res/icons/80x80.png",
  147. "spotlight@3x" : "unpackage/res/icons/120x120.png"
  148. }
  149. }
  150. }
  151. },
  152. "nativePlugins" : {
  153. "Ocr-FaceDetectModule" : {
  154. "__plugin_info__" : {
  155. "name" : "Ocr-FaceDetectModule",
  156. "description" : "阿里云金融级实名认证,包括实人认证,活体人脸认证。",
  157. "platforms" : "Android,iOS",
  158. "url" : "https://ext.dcloud.net.cn/plugin?id=16895",
  159. "android_package_name" : "com.junan.luoyangxueche",
  160. "ios_bundle_id" : "com.junan.luoyangxueche",
  161. "isCloud" : true,
  162. "bought" : 1,
  163. "pid" : "16895",
  164. "parameters" : {}
  165. }
  166. }
  167. }
  168. },
  169. /* */
  170. "quickapp" : {},
  171. /* */
  172. "mp-weixin" : {
  173. "appid" : "wx57963042440048d6",
  174. "setting" : {
  175. "urlCheck" : true,
  176. "es6" : true,
  177. "postcss" : true,
  178. "minified" : true
  179. },
  180. "usingComponents" : true,
  181. "permission" : {
  182. "scope.userLocation" : {
  183. "desc" : "查询用户地理位置,推荐本地驾校,提高用户服务"
  184. }
  185. },
  186. "requiredPrivateInfos" : [ "getLocation" ]
  187. },
  188. "mp-alipay" : {
  189. "usingComponents" : true
  190. },
  191. "mp-baidu" : {
  192. "usingComponents" : true
  193. },
  194. "mp-toutiao" : {
  195. "usingComponents" : true
  196. },
  197. "uniStatistics" : {
  198. "enable" : false
  199. },
  200. "vueVersion" : "2",
  201. "h5" : {
  202. "devServer" : {
  203. "port" : 90,
  204. "disableHostCheck" : true,
  205. "proxy" : {
  206. "/api" : {
  207. "target" : "http://192.168.1.40:8318/",
  208. // "target" : "http://123.6.232.1:8099/",
  209. "changeOrigin" : true,
  210. "secure" : true,
  211. "pathRewrite" : {
  212. //使
  213. "^/api" : ""
  214. }
  215. }
  216. },
  217. "https" : false
  218. },
  219. "router" : {
  220. "mode" : "hash",
  221. "base" : "/h5"
  222. },
  223. "sdkConfigs" : {
  224. "maps" : {
  225. "qqmap" : {
  226. "key" : "NRWBZ-TKRWV-CSAPH-5PFDS-J4HT6-IWF4O"
  227. }
  228. }
  229. }
  230. },
  231. "_spaceID" : "mp-87b9fa27-0273-48d3-a586-bd058cd2ce3d"
  232. }
  233. /* ios *//* SDK */