Xiao_123 1 주 전
부모
커밋
1f2418a557
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      vite.config.mjs

+ 1 - 2
vite.config.mjs

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