广州市综治平台前端
xusd
7 days ago 544148eddae96db824423cd059ebecb9d13c392e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
/*
 * @Company: hugeInfo
 * @Author: ldh
 * @Date: 2022-02-16 11:25:57
 * @LastEditTime: 2025-06-10 17:33:34
 * @LastEditors: lwh
 * @Version: 1.0.0
 * @Description: api地址
 */
export const debug = {
    // web服务
    // baseUrl: 'http://gz.hugeinfo.com.cn',
    // baseUrl: "http://192.168.3.131:9002",
    // baseUrl: 'http://192.168.1.101:9002',
    baseUrl: 'http://10.202.1.71:80',
    // baseUrl: 'http://192.168.1.158:9002',
 
    // 附件服务
    // fileUrl: 'http://192.168.1.101:9002',
  fileUrl: 'http://localhost:9002',
    // fileUrl: 'http://192.168.1.158:9002',
    // fileUrl: 'http://gz.hugeinfo.com.cn',
 
    // 文件查看url 后面接附件编号
    fileShowUrl: '/dyh-sys/api/web/fileInfo/show/',
    // 文件下载url 后面接附件编号
    fileDownUrl: '/dyh-sys/api/web/fileInfo/down/',
    // 在线文档编辑链接
    fileDocx: '/word/docDraft/showWord',
    // 签章的文档编辑链接
    fileDocx2: '/InsertSeal/Word/AddSeal1/Word1',
 
    // 不同服务接口type
    mediate: 'dyh-mediate', // dyh-mediate
    cust: 'dyh-cust', // dyh-cust
    oper: 'dyh-oper', // dyh-oper
    sys: 'dyh-sys', // dyh-sys
    disp: 'dyh-disp', //dyh-disp
    utils: 'dyh-utils',
    know: 'dyh-know'
};
 
// 正式版
export const web = {
    // web服务
    baseUrl: 'http://10.202.1.71:80',
//   baseUrl: 'https://zfw-dyh.by.gov.cn',
    // baseUrl: 'http://146.4.99.61:8088/byzfw',
 
    // 附件服务
    fileUrl: 'http://10.202.1.71:80',
//   fileUrl: 'https://zfw-dyh.by.gov.cn',
 
    // 文件查看url 后面接附件编号
    fileShowUrl: '/gzdyh-sys/api/web/fileInfo/show/',
    // 文件下载url 后面接附件编号
    fileDownUrl: '/gzdyh-sys/api/web/fileInfo/down/',
    // 在线文档编辑链接
    fileDocx: '/word/docDraft/showWord',
    // 签章的文档编辑链接
    fileDocx2: '/InsertSeal/Word/AddSeal1/Word1',
 
    // 不同服务接口type
    mediate: 'gzdyh-mediate', // dyh-mediate
    cust: 'gzdyh-cust', // dyh-cust
    oper: 'gzdyh-oper', // dyh-oper
    sys: 'gzdyh-sys', // dyh-sys
    disp: 'gzdyh-disp', //dyh-disp
    utils: 'gzdyh-utils',
    know: 'gzdyh-know',
};
 
// 测试
// export const test = {
//     // web服务
//     baseUrl: 'http://10.202.1.71:80',
// //   baseUrl: 'https://zfw-dyh.by.gov.cn',
//     // baseUrl: 'http://146.4.99.61:8088/byzfw',
 
//     // 附件服务
//     fileUrl: 'http://10.202.1.71:80',
// //   fileUrl: 'https://zfw-dyh.by.gov.cn',
 
//     // 文件查看url 后面接附件编号
//     fileShowUrl: '/gzdyh-test-sys/api/web/fileInfo/show/',
//     // 文件下载url 后面接附件编号
//     fileDownUrl: '/gzdyh-test-sys/api/web/fileInfo/down/',
//     // 在线文档编辑链接
//     fileDocx: '/word/docDraft/showWord',
//     // 签章的文档编辑链接
//     fileDocx2: '/InsertSeal/Word/AddSeal1/Word1',
 
//     // 不同服务接口type
//     mediate: 'gzdyh-test-mediate', // dyh-mediate
//     cust: 'gzdyh-test-cust', // dyh-cust
//     oper: 'gzdyh-test-oper', // dyh-oper
//     sys: 'gzdyh-test-sys', // dyh-sys
//     disp: 'gzdyh-test-disp', //dyh-disp
//     utils: 'gzdyh-test-utils',
//     know: 'gzdyh-test-know',
// };
 
 
// 测试
export const test = {
    // web服务
    baseUrl: 'http://10.202.1.71:80',
    // baseUrl: 'http://146.4.99.61:8088/byzfw',
 
    // 附件服务
    fileUrl: 'http://10.202.1.71:80',
 
    // 文件查看url 后面接附件编号
    fileShowUrl: '/gzdyh-test-sys/api/web/fileInfo/show/',
    // 文件下载url 后面接附件编号
    fileDownUrl: '/gzdyh-test-sys/api/web/fileInfo/down/',
    // 在线文档编辑链接
    fileDocx: '/word/docDraft/showWord',
    // 签章的文档编辑链接
    fileDocx2: '/InsertSeal/Word/AddSeal1/Word1',
 
    // 不同服务接口type
    mediate: 'gzdyh-test-mediate', // dyh-mediate
    cust: 'gzdyh-test-cust', // dyh-cust
    oper: 'gzdyh-test-oper', // dyh-oper
    sys: 'gzdyh-test-sys', // dyh-sys
    disp: 'gzdyh-test-disp', //dyh-disp
    utils: 'gzdyh-test-utils',
    know: 'gzdyh-test-know',
};