张延森 3 lat temu
rodzic
commit
82c2d5ea2f
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4
    1
      config/config.js

+ 4
- 1
config/config.js Wyświetl plik

8
 
8
 
9
 export default defineConfig({
9
 export default defineConfig({
10
   define: {
10
   define: {
11
-    API_BASE: 'http://sgl-v2.njyunzhi.com',
11
+    API_BASE: 'http://machine.njyunzhi.com',
12
   },
12
   },
13
   hash: true,
13
   hash: true,
14
+  history: {
15
+    type: 'hash',
16
+  },
14
   antd: {},
17
   antd: {},
15
   dva: {
18
   dva: {
16
     hmr: true,
19
     hmr: true,