heyuntao
2023-06-01 a9dd0ea8acc183a466b02738b2a2dfd505a83c6c
1
2
3
4
5
6
7
//const httpUrl = ""; // 接口域名
const httpUrl = "http://dfgapp.ushopvip.com"; // 接口域名
const salt = ""; 
export default {
    httpUrl:httpUrl,
    salt:salt
}