Commit c7dea20a by 王昆

gsb

parent a28201d4
......@@ -85,17 +85,20 @@ var settings = {
},
ntapi: function () {
let domain = "";
let domain_page = "";
if (this.env == "dev") {
domain = "https://nt-api.gongsibao.com";
domain_page = "https://nt.gongsibao.com";
} else {
domain = "https://nga-api.gongsibao.com";
domain_page = "https://nga.gongsibao.com";
}
return {
// 税务登录地址
taxLoginUrl: domain + "/web/auth",
taxLoginUrl: domain_page + "/web/auth",
// 财务地址
finLoginUrl: domain + "/web/auth",
finLoginUrl: domain_page + "/web/auth",
// 创建交付商&管理员
synUserDetails: domain + "/nga-api/synUserDetails",
// 交付商启用/禁用
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment