xjj 2 gadi atpakaļ
vecāks
revīzija
6c79854b76
1 mainītis faili ar 5 papildinājumiem un 4 dzēšanām
  1. 5 4
      .umirc.ts

+ 5 - 4
.umirc.ts

@@ -1,6 +1,7 @@
 import { defineConfig } from '@umijs/max';
 
 export default defineConfig({
+  hash: true,
   antd: {},
   dva: {},
   access: {},
@@ -16,14 +17,14 @@ export default defineConfig({
   proxy: {
     '/api/v1/oa': {
       // target: 'http://47.96.12.136:8788/',
-      target: 'http://47.96.12.136:8896/',
-      // target: 'http://120.55.44.4:8900/',
+      // target: 'http://47.96.12.136:8896/',
+      target: 'http://120.55.44.4:8902/',
       changeOrigin: true,
     },
     '/api': {
       // target: 'http://47.96.12.136:8788/',
-      target: 'http://47.96.12.136:8888/',
-      // target: 'http://120.55.44.4:8900/',
+      // target: 'http://47.96.12.136:8888/',
+      target: 'http://120.55.44.4:8902/',
       changeOrigin: true,
     },
   },