|
@@ -11,21 +11,21 @@ export default {
|
11
|
11
|
|
12
|
12
|
'/api/': {
|
13
|
13
|
|
14
|
|
- target: 'http://192.168.89.25:9002',
|
15
|
|
- changeOrigin: true,
|
16
|
|
- headers: {
|
17
|
|
- origin: 'http://192.168.89.25:9002',
|
18
|
|
- referer: 'http://192.168.89.25:9002',
|
19
|
|
- },
|
20
|
|
-
|
21
|
|
-
|
22
|
|
-
|
23
|
|
-
|
|
14
|
+
|
24
|
15
|
|
25
|
16
|
|
26
|
|
-
|
27
|
|
-
|
|
17
|
+
|
|
18
|
+
|
28
|
19
|
|
|
20
|
+
|
|
21
|
+ target: 'https://pet-certificate-online.njyunzhi.com',
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+ changeOrigin: true,
|
|
25
|
+ headers: {
|
|
26
|
+ origin: 'https://pet-certificate-online.njyunzhi.com',
|
|
27
|
+ referer: 'https://pet-certificate-online.njyunzhi.com',
|
|
28
|
+ },
|
29
|
29
|
},
|
30
|
30
|
},
|
31
|
31
|
test: {
|