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://8pxgs3.natappfree.cc/',
|
img: 'http://120.79.193.119:9103/wx414ae04ac3f10b4e/images/',
|
assets: 'http://120.79.193.119:9103/wx414ae04ac3f10b4e/js/',
|
txt: 'http://120.79.193.119:9103/wx414ae04ac3f10b4e/txt/',
|
|
|
// === 正式环境 ===
|
web: 'https://zfw-dyh.by.gov.cn/',
|
img: 'https://zfw-dyh.by.gov.cn/gz/wechat/images/',
|
assets: 'https://zfw-dyh.by.gov.cn/gz/wechat/js/',
|
txt: 'https://zfw-dyh.by.gov.cn/gz/wechat/txt/',
|
|
// 文件下载url 后面接附件编号
|
|
// 不同服务接口type
|
// fileShowUrl: 'dyh-sys',
|
// fileDownUrl: 'dyh-sys',
|
// 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', //dyh-utils
|
|
// 正式环境
|
fileShowUrl: 'gzdyh-sys',
|
fileDownUrl: 'gzdyh-sys',
|
mediate: 'gzdyh-mediate', // gzdyh-mediate
|
cust: 'gzdyh-cust', // gzdyh-cust
|
oper: 'gzdyh-oper', // gzdyh-oper
|
sys: 'gzdyh-sys', // gzdyh-sys
|
disp: 'gzdyh-disp', //gzdyh-disp
|
utils: 'gzdyh-utils', //gzdyh-utils
|
};
|
|
module.exports = {
|
url,
|
};
|