yujinwen 3 months ago
parent
commit
3a4af3dd1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vite.config.js

+ 1 - 1
vite.config.js

@@ -90,7 +90,7 @@ export default defineConfig(({ mode }) => {
       port:8901,
       proxy:{
         '/v1': {
-          target: 'http://192.168.20.10:8913/v1',
+          target: 'http://8.136.199.33:8901/v1',
           changeOrigin: true,
           rewrite: (path) => path.replace(/^\/v1/, ''),
         }