function replaceQueryString ( url , name , value ) { const re = new RegExp ( name + '=[^&]*' , 'gi' ) return url . replace ( re , name + '=' + value ) /** * 替换url的指定参数 * @param {*} url 需要替换的url * @param {*} name 参数名称 * @param {*} value 替换的值 */ function replaceQueryString (url, name, value) { const re = new RegExp(name + '=[^&]*', 'gi') return url.replace(re, name + '=' + value)}... vscode提示‘Vetur find `tsconfig.json`/`jsconfig.json`, but they aren‘t in the project root.’ 46910 vscode提示‘Vetur find `tsconfig.json`/`jsconfig.json`, but they aren‘t in the project root.’ 我的是vue2项目的,有用 js替换url指定参数的值 路小雨的雨web: 最好校验下大小写 vscode提示‘Vetur find `tsconfig.json`/`jsconfig.json`, but they aren‘t in the project root.’ 尼给路达哟: vscode提示‘Vetur find `tsconfig.json`/`jsconfig.json`, but they aren‘t in the project root.’ sunmeng_sunmeng: 这些方法都用上了 都不起效果,但是也不影响项目运行,就是看着特别难受