From d6172a25af11704615bd243e12932ca7b78813a0 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Mon, 23 Dec 2019 01:41:43 +0000 Subject: [PATCH] move dev machine --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 04b78a5..e8eb7c9 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,6 +1,6 @@ module.exports = { devServer: { - host: "10.0.45.214" + host: "192.168.99.150" }, pluginOptions: { quasar: {}