diff --git a/vue.config.js b/vue.config.js index 4d3d4cf..46985a1 100644 --- a/vue.config.js +++ b/vue.config.js @@ -10,6 +10,7 @@ const CompressionPlugin = require('compression-webpack-plugin') const name = process.env.VUE_APP_TITLE const baseUrl = 'http://localhost:8080' // 后端接口 +//const baseUrl = 'http://192.168.0.108:8080' // 后端接口 zzl const port = process.env.port || process.env.npm_config_port || 80 // 端口