b-manifest.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "name" : "花卉宝商家后台",
  3. "appid" : "",
  4. "description" : "应用描述",
  5. "versionName" : "1.0.0",
  6. "versionCode" : "100",
  7. "transformPx" : true,
  8. "debug": false,
  9. "networkTimeout": {
  10. "request":200000,
  11. "connectSocket": 200000,
  12. "uploadFile": 200000,
  13. "downloadFile": 200000
  14. },
  15. "mp-weixin" : {
  16. "appid" : "wx3a163add860e0a86",
  17. "setting" : {
  18. "urlCheck" : false
  19. },
  20. "usingComponents" : true,
  21. "permission" : {
  22. "scope.userLocation" : {
  23. "desc" : "请点击确定"
  24. }
  25. }
  26. },
  27. "mp-alipay" : {
  28. "usingComponents" : true
  29. },
  30. "mp-baidu" : {
  31. "usingComponents" : true
  32. },
  33. "mp-toutiao" : {
  34. "usingComponents" : true
  35. },
  36. "mp-qq" : {
  37. "usingComponents" : true
  38. },
  39. "h5" : {
  40. "template" : "template.h5.html",
  41. "router" : {
  42. // "mode" : "history",
  43. "base" : "/",
  44. "publicPath" : "/"
  45. },
  46. "async": {
  47. "timeout": 200000
  48. },
  49. "devServer": {
  50. "port": 81,
  51. "proxy": {
  52. "/api": {
  53. "target": "http://api.b.huaml.com",
  54. "secure": false,
  55. "changeOrigin": true,
  56. "pathRewrite": {
  57. "^/api": ""
  58. }
  59. }
  60. }
  61. },
  62. "sdkConfigs" : {
  63. "maps" : {
  64. "qqmap" : {
  65. "key" : ""
  66. }
  67. }
  68. }
  69. }
  70. }