diff --git a/vue.config.js b/vue.config.js index 94e60d2..172842c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,8 +7,8 @@ module.exports = { port: 8889, proxy: { '/hiver': { - // target: 'https://hbkuaishi.com', // 正式 - target: 'http://127.0.0.1:8888', // 本地 + // target: 'https://hbkuaishi.com', // 正式1 + target: 'http://192.168.100.32:8888', // 本地 // target: 'https://storage.xenjoyou.com', // 测试 ws: false },