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.

85 lines
1.8 KiB

4 years ago
4 years ago
4 years ago
4 years ago
3 years ago
4 years ago
3 years ago
3 years ago
  1. # smart_business_assistant
  2. ## Project setup
  3. ```
  4. yarn install
  5. ```
  6. ### Compiles and hot-reloads for development
  7. ```
  8. yarn serve
  9. ```
  10. ### Compiles and minifies for production
  11. ```
  12. yarn build
  13. ```
  14. ### Customize configuration
  15. See [Configuration Reference](https://cli.vuejs.org/config/).
  16. ### 微信小程序编译命令
  17. ```
  18. npm run dev:mp-weixin // 编译成功后导入微信开发工具
  19. npm run build:mp-weixin
  20. ```
  21. ### 配置
  22. ### 正式APPID
  23. > wxf1294b279ad1b845
  24. ### 测试APPID
  25. > wx7106e84614cf0060
  26. ### ipx 底部适配高度函数
  27. ```css
  28. padding-bottom: 0upx;
  29. padding-bottom: calc( 0upx + constant(safe-area-inset-bottom)); /* 兼容 iOS < 11.2 */
  30. padding-bottom: calc( 0upx + env(safe-area-inset-bottom)); /* 兼容 iOS >= 11.2 */
  31. ```
  32. ### [蓝湖](https://lanhuapp.com/web/#/item/project/board?pid=9ab56cc5-0b3b-4a9c-8cd0-0cf57751010a)
  33. *分包情况下,H5无法编译image的绝对路径,相对路径正常*
  34. ### 20210820 鉴权接口更改
  35. ```
  36. a -> 加 /admin
  37. n -> 没找到
  38. y -> 原本就有
  39. /stadium/list a
  40. /stadium/detail/ a
  41. /stadium/edit/ n
  42. 客服设置
  43. /brand/customerService/add n
  44. /brand/customerService/del n
  45. /brand/customerService/edit n
  46. /stadium/comment/reply n
  47. /stadium/brand/list n
  48. /stadium/brand/add n
  49. /stadium/brand/edit n
  50. /stadium/brand/del n
  51. /stadium/list y
  52. /stadium/add n
  53. /stadium/detail y
  54. /stadium/edit n
  55. /stadium/del n
  56. /stadium/addVenue n
  57. /stadium/editVenue n
  58. /stadium/getVenue n
  59. /brand/message/list a
  60. /brand/message/del n
  61. /brand/message/add n
  62. /brand/message/edit n
  63. ```
  64. #### 版本记录
  65. 2022-01-23 v1.1.17