The file opened locally is indeed the last file

Change the running mode to hash and
vscode can find the manifest.json file

"h5": {
    
    
        "router": {
    
    
            "mode": "hash",
            "base": "/h5/"
        },
        "devServer": {
    
    
            "https": false,
            "proxy": {
    
    
                "/": {
    
    
                    "ws": false,
                    "target": "http://yyshop.spj.cn",
                    "changeOrigin": true,
                    "secure": false
                }
            }
        },
        "title": " ",
        "sdkConfigs": {
    
    
            "maps": {
    
    
                "qqmap": {
    
    
                    "key": ""
                }
            }
        },
        "template": "tj.html"
    }

HBuilderX finds the configuration and selects hash
insert image description here

Guess you like

Origin blog.csdn.net/xiaokangna/article/details/126223386