Browse Source

修改代理地址

tongshangming 3 years ago
parent
commit
6fad8dc973
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vite.config.ts

+ 1 - 1
vite.config.ts

@@ -39,7 +39,7 @@ export default defineConfig({
   server: {
   server: {
     proxy: {
     proxy: {
       '/api': {
       '/api': {
-        target: 'http://10.8.8.57:30701/mbwb',
+        target: 'https://yunji.sxidc.com',
         changeOrigin: true
         changeOrigin: true
       }
       }
     }
     }