# smart_business_assistant ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 微信小程序编译命令 ``` npm run dev:mp-weixin // 编译成功后导入微信开发工具 npm run build:mp-weixin ``` ### 配置 ### 正式APPID > wxf1294b279ad1b845 ### 测试APPID > wx7106e84614cf0060 ### ipx 底部适配高度函数 ```css padding-bottom: 0; padding-bottom: calc( 0 + constant(safe-area-inset-bottom)); /* 兼容 iOS < 11.2 */ padding-bottom: calc( 0 + env(safe-area-inset-bottom)); /* 兼容 iOS >= 11.2 */ ``` ### [蓝湖](https://lanhuapp.com/web/#/item/project/board?pid=9ab56cc5-0b3b-4a9c-8cd0-0cf57751010a) *分包情况下,H5无法编译image的绝对路径,相对路径正常*