uniapp tabBar 智配app ios版本 url跳转传参不支持中文,需要转码,一定要转码!!!

"tabBar": {
        "color": "#7A7E83",//未选中的菜单文字颜色
        "selectedColor": "#007AFF",//选中时的菜单文字颜色
        "borderStyle": "black",
        "backgroundColor": "#F8F8F8",//背景
        "list": [{
                "pagePath": "pages/tabBar/home",
                "iconPath": "",
                "selectedIconPath": "",
                "text": "首页"
            },
            {
                "pagePath": "pages/tabBar/orderlog",
                "iconPath": "",
                "selectedIconPath": "",
                "text": "订单记录"
            }, {
                "pagePath": "pages/tabBar/scanCodelog",
                "iconPath": "",
                "selectedIconPath": "",
                "text": "扫码记录"
            }, {
                "pagePath": "pages/tabBar/mine",
                "iconPath": "",
                "selectedIconPath": "",
                "text": "我的"
            }
        ]
    }


app ios版本 url跳转传参不支持中文,需要转码,一定要转码!!!

原文地址:https://www.cnblogs.com/hanlengyao/p/15204548.html