m-manifest.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. },
  12. "mp-weixin" : {
  13. "appid" : "wx3a163add860e0a86",
  14. "setting" : {
  15. "urlCheck" : false
  16. },
  17. "usingComponents" : true,
  18. "permission" : {
  19. "scope.userLocation" : {
  20. "desc" : "请点击确定"
  21. }
  22. }
  23. },
  24. "mp-alipay" : {
  25. "usingComponents" : true
  26. },
  27. "mp-baidu" : {
  28. "usingComponents" : true
  29. },
  30. "mp-toutiao" : {
  31. "usingComponents" : true
  32. },
  33. "h5" : {
  34. "template" : "template.h5.html",
  35. "router" : {
  36. // "mode" : "history",
  37. "base" : "/",
  38. "publicPath" : "/"
  39. },
  40. "devServer": {
  41. "port": 81,
  42. "proxy": {
  43. "/api": {
  44. "target": "http://api.b.huaml.com",
  45. "secure": false,
  46. "changeOrigin": true,
  47. "pathRewrite": {
  48. "^/api": ""
  49. }
  50. }
  51. }
  52. },
  53. "sdkConfigs" : {
  54. "maps" : {
  55. "qqmap" : {
  56. "key" : ""
  57. }
  58. }
  59. }
  60. }
  61. }