From 4ca375b2e3dae98d6ececc1b7b421a12f3fa8a26 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期二, 01 七月 2025 09:00:38 +0800 Subject: [PATCH] 修改bug,验收通过 --- laboratory/vue.config.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/laboratory/vue.config.js b/laboratory/vue.config.js index 6f51fbe..80c8c9f 100644 --- a/laboratory/vue.config.js +++ b/laboratory/vue.config.js @@ -10,17 +10,17 @@ disableHostCheck: true, //禁用主机检查 proxy: { "/api": { // 设置以什么前缀开头的请求用来代理 - target: "http://192.168.110.34:8081", //要访问的跨域的域名 + target: "http://221.182.45.100:11221", //要访问的跨域的域名 secure: false, // 使用的是http协议则设置为false,https协议则设置为true - changOrigin: true, //开启代理 + changeOrigin: true, //开启代理 pathRewrite: { "^/api": "/api", }, }, "/": { // 设置以什么前缀开头的请求用来代理 - target: "http://192.168.110.34:8081", //要访问的跨域的域名 + target: "http://221.182.45.100:11221", //要访问的跨域的域名 secure: false, // 使用的是http协议则设置为false,https协议则设置为true - changOrigin: true, //开启代理 + changeOrigin: true, //开启代理 pathRewrite: { "^/": "/", }, -- Gitblit v1.7.1