0
点赞
收藏
分享

微信扫一扫

论React Native 和 UniApp 的区别

晗韩不普通 2024-10-02 阅读 15

hbuilder uniapp取消hash(#)模式

manifest.json

    "h5": {
        "template": "static/index.html",
        "devServer": {
            "port": 9290,
            "https": false
        },
        "title": "",
        "router": {
            "mode": "history",
            "base": "/"
        }
    }

举报

相关推荐

0 条评论