Browse Source

本地开发-人才地图请求地址更换为http://192.168.3.143:5500

Xiao_123 1 week ago
parent
commit
8b50fbed61
1 changed files with 3 additions and 1 deletions
  1. 3 1
      vite.config.mjs

+ 3 - 1
vite.config.mjs

@@ -91,7 +91,9 @@ export default defineConfig({
     port: 3000,
     proxy: {
       '/api': {
-        target: 'https://company.citupro.com:18183',
+        target: 'http://192.168.3.143:5500',
+        // http://192.168.3.143:5500
+        // https://company.citupro.com:18183
         secure: false, // 是否支持 https,默认 false
         changeOrigin: true, // 是否支持跨域
         pathRewrite: {