diff --git a/vue.config.js b/vue.config.js index c5a4e03..dd88cde 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,7 +7,7 @@ const CompressPlugin = require('compress-webpack-plugin') function resolve(dir) { return path.join(__dirname, dir) } -const httpType = 'https://' +const httpType = 'http://' const proxyUrl = '10.10.33.54:60006' // 代理地址设置 // const proxyUrl = '10.20.51.92:7001' // 代理地址设置