Browse Source

修改代理地址

tongshangming 3 năm trước cách đây
mục cha
commit
6fad8dc973
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      vite.config.ts

+ 1 - 1
vite.config.ts

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