diff --git a/vue.config.js b/vue.config.js index 249c893..fe9317d 100644 --- a/vue.config.js +++ b/vue.config.js @@ -9,6 +9,7 @@ // const url = 'http://81.70.55.170:9999' // 新测试服务器IP // const url = 'http://192.168.31.86:9999' // 胜浩 // const url = 'https://zanyong.hfju.com' // 正式域名 +// const url = 'http://127.0.0.1:9999' // 本地 const url = 'http://81.70.55.170:9999' // 新测试 // const url = 'http://82.156.35.22:9999' // 新正式ip const CompressionWebpackPlugin = require('compression-webpack-plugin')