maoniangv5
maoniangv5
**描述一下问题** 设置i-tab-bar为自定义tabbar时,调用wx.switchTab后current激活状态异常,switchTab正常切换但是无法正常对应tabbar 自定义tabbar,使用i-tab-bar组件引入custom-tab-bar/index.wxml **截图**  如图示: 当前切换tab为第一个exchange,激活状态为第三个user **环境** - 设备: macbpro、ip7 ios12 - 基础库版本:2.5.0 谢谢
如题,修改nginx和config都没有实现,目前占用根域名/导致其他系统异常,想配置以下访问入口https://my.com/dify/ 比如以下配置 how to configure nginx subpath proxy like: https://my.com/dify/ the following config have no effect, and the static files redirect to root domain ``` location /dify/ { proxy_pass http://127.0.0.1:8899/;...