Ver Fonte

增加图片的代理

liudan há 1 semana atrás
pai
commit
144fa08179
2 ficheiros alterados com 6 adições e 0 exclusões
  1. BIN
      dist.zip
  2. 6 0
      vite.config.js

BIN
dist.zip


+ 6 - 0
vite.config.js

@@ -87,6 +87,12 @@ export default defineConfig({
         ws: true,
         changeOrigin: true,
       },
+      "/images": {
+        target: "https://xnetkf-hlwyy.hydproject.com",
+        secure: false,
+        ws: true,
+        changeOrigin: true,
+      },
     },
   }
 })