diff --git a/manifest.json b/manifest.json index 961325e..0854ced 100644 --- a/manifest.json +++ b/manifest.json @@ -77,21 +77,6 @@ "router" : { "mode" : "hash", "base" : "./" - }, - "devServer" : { - "port" : 8001, - "disableHostCheck" : true, - "proxy" : { - "/api" : { - "target" : "http://192.168.0.34:8001", - "changeOrigin" : true, - "secure" : true, - "pathRewrite" : { - "^/api" : "" - } - } - }, - "https" : false } } } diff --git a/vue.config.js b/vue.config.js index 38069df..09331e9 100644 --- a/vue.config.js +++ b/vue.config.js @@ -14,3 +14,19 @@ // } // }, // } +// manifest.json配置 +// "devServer": { +// "port": 8001, +// "disableHostCheck": true, +// "proxy": { +// "/api": { +// "target": "http://192.168.0.34:8001", +// "changeOrigin": true, +// "secure": true, +// "pathRewrite": { +// "^/api": "" +// } +// } +// }, +// "https": false +// } -- libgit2 0.21.2