随笔
文章
记录
其它
Linux
CSS
HTML
PHP
小程序
JS
文件:vue.config.js / manifest.json "h5":{ "devServer" : { "disableHostCheck" : true, "proxy" : { "/api" : { "target" : "https://test1.honeyclover.xyz", "changeOrigin" : true, "secure" : true, "pathRewrite": { "^/api": "/" } } } }, .......... }