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

+ 1 - 1
vite.config.js

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