Browse Source

政务代理

CzRger 6 months ago
parent
commit
04f6e7b97e
1 changed files with 4 additions and 2 deletions
  1. 4 2
      vite.config.ts

+ 4 - 2
vite.config.ts

@@ -60,14 +60,16 @@ export default defineConfig({
         }
       },
       '/api': {
-        target: 'http://8.130.72.63:18068/',
+        target: 'http://10.110.45.26:18069/api/',
+        // target: 'http://8.130.72.63:18068/',
         changeOrigin: true,
         rewrite: (path) => {
           return path.replace(/^\/api/, '')
         }
       },
       '/ws-api': {
-        target: 'ws://8.130.72.63:18073/',
+        // target: 'ws://8.130.72.63:18073/',
+        target: 'ws://10.110.45.26:18069/ws-api',
         ws: true,
         changeOrigin: true,
         rewrite: path => {