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

255 lines
11 KiB

8 months ago
3 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
3 months ago
3 months ago
7 months ago
7 months ago
  1. {
  2. "name" : "洛阳学车",
  3. "appid" : "__UNI__3347C6E",
  4. "description" : "",
  5. "versionName" : "1.3.0",
  6. "versionCode" : 130,
  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. "KJ-TencentLocation" : {
  168. "andorid_key" : "JTOBZ-KLLKQ-S325W-25JZC-JLHEV-WNF5J",
  169. "__plugin_info__" : {
  170. "name" : "腾讯定位、定位反作弊、伪定位、后台定位、单次或持续定位、场景定位(双端)",
  171. "description" : "支持获取oaid、腾讯定位、定位反作弊、伪定位、后台定位、单次或持续定位、场景定位、请试用合适再购买、请试用合适再购买、请试用合适再购买",
  172. "platforms" : "Android,iOS",
  173. "url" : "https://ext.dcloud.net.cn/plugin?id=12983",
  174. "android_package_name" : "com.junan.luoyangxueche",
  175. "ios_bundle_id" : "com.junan.luoyangxueche",
  176. "isCloud" : true,
  177. "bought" : 1,
  178. "pid" : "12983",
  179. "parameters" : {
  180. "andorid_key" : {
  181. "des" : "配置andoridApiKey,ios的在init方法里设置apiKey",
  182. "key" : "TencentMapSDK",
  183. "value" : ""
  184. }
  185. }
  186. }
  187. }
  188. }
  189. },
  190. /* */
  191. "quickapp" : {},
  192. /* */
  193. "mp-weixin" : {
  194. "appid" : "wx57963042440048d6",
  195. "setting" : {
  196. "urlCheck" : true,
  197. "es6" : true,
  198. "postcss" : true,
  199. "minified" : true
  200. },
  201. "usingComponents" : true,
  202. "permission" : {
  203. "scope.userLocation" : {
  204. "desc" : "查询用户地理位置,推荐本地驾校,提高用户服务"
  205. }
  206. },
  207. "requiredPrivateInfos" : [ "getLocation" ]
  208. },
  209. "mp-alipay" : {
  210. "usingComponents" : true
  211. },
  212. "mp-baidu" : {
  213. "usingComponents" : true
  214. },
  215. "mp-toutiao" : {
  216. "usingComponents" : true
  217. },
  218. "uniStatistics" : {
  219. "enable" : false
  220. },
  221. "vueVersion" : "2",
  222. "h5" : {
  223. "devServer" : {
  224. "port" : 90,
  225. "disableHostCheck" : true,
  226. "proxy" : {
  227. "/api" : {
  228. "target" : "http://192.168.1.40:8318/",
  229. // "target" : "http://123.6.232.1:8099/",
  230. "changeOrigin" : true,
  231. "secure" : true,
  232. "pathRewrite" : {
  233. //使
  234. "^/api" : ""
  235. }
  236. }
  237. },
  238. "https" : false
  239. },
  240. "router" : {
  241. "mode" : "hash",
  242. "base" : "/h5"
  243. },
  244. "sdkConfigs" : {
  245. "maps" : {
  246. "qqmap" : {
  247. "key" : "NRWBZ-TKRWV-CSAPH-5PFDS-J4HT6-IWF4O"
  248. }
  249. }
  250. }
  251. },
  252. "_spaceID" : "mp-87b9fa27-0273-48d3-a586-bd058cd2ce3d"
  253. }
  254. /* ios *//* SDK */