forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-13 dfbe28b1ebcb18d4cc427e432b78cda0464883c0
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
const url = {
    // === 测试环境 ===
    // debug: 'http://47mhcb.natappfree.cc/',
    // img: 'https://gz.hugeinfo.com.cn/dyh/wx414ae04ac3f10b4e/images/',
    // assets: 'https://gz.hugeinfo.com.cn/dyh/wx414ae04ac3f10b4e/js/',
  // txt: 'https://gz.hugeinfo.com.cn/dyh/wx414ae04ac3f10b4e/txt/',
  
 
      // === 测试环境 ===
    debug: 'https://gz.hugeinfo.com.cn/',
    // debug: 'http://refa5j.natappfree.cc/',
      img: 'https://gz.hugeinfo.com.cn/dyh/wx414ae04ac3f10b4e/images/',
      assets: 'https://gz.hugeinfo.com.cn/dyh/wx414ae04ac3f10b4e/js/',
    txt: 'https://gz.hugeinfo.com.cn/dyh/wx414ae04ac3f10b4e/txt/',
  
  
  // === 正式环境 ===
    // web: 'https://zfw-dyh.by.gov.cn/',
    // img: 'https://zfw-dyh.by.gov.cn/wechat/images/',
    // assets: 'https://zfw-dyh.by.gov.cn/wechat/js/',
    // txt: 'https://zfw-dyh.by.gov.cn/wechat/txt/',
 
    // 文件查看url 后面接附件编号
    fileShowUrl: 'dyh-sys/api/v1/fileInfo/show/',
    // 文件下载url 后面接附件编号
    fileDownUrl: 'dyh-sys/api/v1/fileInfo/down/',
    // 不同服务接口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
};
 
module.exports = {
    url,
};