Renxy hace 2 años
padre
commit
c9e0d2bd83
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .umirc.ts

+ 2 - 2
.umirc.ts

@@ -40,8 +40,8 @@ export default defineConfig({
   proxy: {
     '/api': {
       // target: 'http://47.96.12.136:8888/',
-      target: 'http://47.96.12.136:8895/',
-      // target: 'https://work.greentech.com.cn/',
+      // target: 'http://47.96.12.136:8895/',
+      target: 'https://work.greentech.com.cn/',
       changeOrigin: true,
     },
   },