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.
 
 
 
 
 
赵明涛 682403fa1f fix user record 3 weeks ago
public init 4 years ago
src fix user record 3 weeks ago
.gitignore pull code by mac && change file 3 years ago
README.md v1.1.17 2 years ago
babel.config.js init 4 years ago
package-lock.json add data api 2 years ago
package.json del sass-loader & node-sass 11 months ago
postcss.config.js init 4 years ago
tsconfig.json init 4 years ago
yarn.lock del sass-loader & node-sass 11 months ago

README.md

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.

微信小程序编译命令


npm run dev:mp-weixin   // 编译成功后导入微信开发工具
npm run build:mp-weixin

配置

正式APPID

wxf1294b279ad1b845

测试APPID

wx7106e84614cf0060

ipx 底部适配高度函数

    padding-bottom: 0upx;
    padding-bottom: calc( 0upx + constant(safe-area-inset-bottom)); /* 兼容 iOS < 11.2 */
    padding-bottom: calc( 0upx + env(safe-area-inset-bottom)); /* 兼容 iOS >= 11.2 */

蓝湖

分包情况下,H5无法编译image的绝对路径,相对路径正常

20210820 鉴权接口更改


    a -> 加 /admin
    n -> 没找到
    y -> 原本就有

    /stadium/list       a
    /stadium/detail/    a
    /stadium/edit/      n
    客服设置
    /brand/customerService/add  n
    /brand/customerService/del  n
    /brand/customerService/edit n
    /stadium/comment/reply  n
    /stadium/brand/list     n
    /stadium/brand/add      n
    /stadium/brand/edit     n
    /stadium/brand/del      n
    /stadium/list           y
    /stadium/add            n
    /stadium/detail         y
    /stadium/edit           n
    /stadium/del            n
    /stadium/addVenue       n
    /stadium/editVenue      n
    /stadium/getVenue       n
    /brand/message/list     a
    /brand/message/del      n
    /brand/message/add      n
    /brand/message/edit     n

版本记录

2022-01-23 v1.1.17