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.

49 lines
936 B

4 years ago
4 years ago
4 years ago
4 years ago
4 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: 0;
  29. padding-bottom: calc( 0 + constant(safe-area-inset-bottom)); /* 兼容 iOS < 11.2 */
  30. padding-bottom: calc( 0 + 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的绝对路径,相对路径正常*