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: {
     proxy: {
       '/api': {
       '/api': {
         target: 'http://192.168.3.143:5500',
         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
         secure: false, // 是否支持 https,默认 false
         changeOrigin: true, // 是否支持跨域
         changeOrigin: true, // 是否支持跨域
         pathRewrite: {
         pathRewrite: {