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

223 lines
9.2 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
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
7 months ago
  1. {
  2. "name" : "洛阳学车",
  3. "appid" : "__UNI__3347C6E",
  4. "description" : "",
  5. "versionName" : "1.2.6",
  6. "versionCode" : 126,
  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. },
  120. "nativePlugins" : {
  121. "KJ-TencentLocation" : {
  122. "andorid_key" : "BPMBZ-VSKE3-MC23F-O3KZO-AZGI7-PXFJI",
  123. "__plugin_info__" : {
  124. "name" : "腾讯定位、定位反作弊、伪定位、后台定位、单次或持续定位、场景定位(双端) - [试用版,仅用于自定义调试基座]",
  125. "description" : "支持获取oaid、腾讯定位、定位反作弊、伪定位、后台定位、单次或持续定位、场景定位、请试用合适再购买、请试用合适再购买、请试用合适再购买",
  126. "platforms" : "Android,iOS",
  127. "url" : "https://ext.dcloud.net.cn/plugin?id=12983",
  128. "android_package_name" : "",
  129. "ios_bundle_id" : "",
  130. "isCloud" : true,
  131. "bought" : 0,
  132. "pid" : "12983",
  133. "parameters" : {
  134. "andorid_key" : {
  135. "des" : "配置andoridApiKey,ios的在init方法里设置apiKey",
  136. "key" : "TencentMapSDK",
  137. "value" : ""
  138. }
  139. }
  140. }
  141. },
  142. "AP-FaceDetectModule" : {
  143. "__plugin_info__" : {
  144. "name" : "APFaceDetectPlugin",
  145. "description" : "阿里云金融级实人认证SDK",
  146. "platforms" : "Android,iOS",
  147. "url" : "",
  148. "android_package_name" : "",
  149. "ios_bundle_id" : "",
  150. "isCloud" : false,
  151. "bought" : -1,
  152. "pid" : "",
  153. "parameters" : {}
  154. }
  155. }
  156. }
  157. },
  158. /* */
  159. "quickapp" : {},
  160. /* */
  161. "mp-weixin" : {
  162. "appid" : "wx57963042440048d6",
  163. "setting" : {
  164. "urlCheck" : true,
  165. "es6" : true,
  166. "postcss" : true,
  167. "minified" : true
  168. },
  169. "usingComponents" : true,
  170. "permission" : {
  171. "scope.userLocation" : {
  172. "desc" : "查询用户地理位置,推荐本地驾校,提高用户服务"
  173. }
  174. },
  175. "requiredPrivateInfos" : [ "getLocation" ]
  176. },
  177. "mp-alipay" : {
  178. "usingComponents" : true
  179. },
  180. "mp-baidu" : {
  181. "usingComponents" : true
  182. },
  183. "mp-toutiao" : {
  184. "usingComponents" : true
  185. },
  186. "uniStatistics" : {
  187. "enable" : false
  188. },
  189. "vueVersion" : "2",
  190. "h5" : {
  191. "devServer" : {
  192. "port" : 90,
  193. "disableHostCheck" : true,
  194. "proxy" : {
  195. "/api" : {
  196. "target" : "http://192.168.1.43:8318/",
  197. // "target" : "http://123.6.232.1:8099/",
  198. "changeOrigin" : true,
  199. "secure" : true,
  200. "pathRewrite" : {
  201. //使
  202. "^/api" : ""
  203. }
  204. }
  205. },
  206. "https" : false
  207. },
  208. "router" : {
  209. "mode" : "hash",
  210. "base" : "/h5"
  211. },
  212. "sdkConfigs" : {
  213. "maps" : {
  214. "qqmap" : {
  215. "key" : "NRWBZ-TKRWV-CSAPH-5PFDS-J4HT6-IWF4O"
  216. }
  217. }
  218. }
  219. },
  220. "_spaceID" : "mp-87b9fa27-0273-48d3-a586-bd058cd2ce3d"
  221. }
  222. /* ios *//* SDK */