Commit 3357f523 authored by 彭令令's avatar 彭令令

添加清算、逾期跳财产行为税接口

parent 3adc9fc6
...@@ -12,31 +12,33 @@ function getUrlParam(name) { ...@@ -12,31 +12,33 @@ function getUrlParam(name) {
return null; return null;
} }
// 公共配置 生产环境 // 公共配置 生产环境
var config = { // var config = {
environmental:"test",//production 生产 test 测试 // environmental:"test",//production 生产 test 测试
webUrl:"/web/onlineReport/jsp/", // 预生产环境解开 // webUrl:"/web/onlineReport/jsp/", // 预生产环境解开
url:"",// 开发环境配置跨域设置 // 开发环境 // url:"",// 开发环境配置跨域设置 // 开发环境
value:'',//加密token // value:'',//加密token
nsrsbq:'', // nsrsbq:'',
spreadUrl:"http://sbjs.tjsat.gov.cn",// 局端生产 值为空 其余全部指向在线的域名 // spreadUrl:"http://sbjs.tjsat.gov.cn",// 局端生产 值为空 其余全部指向在线的域名
ssfwptPage:"/web/taxservicedesk/index.html#/taxTableList",// 涉税服务平台填报页面地址 月季报 // ssfwptPage:"/web/taxservicedesk/index.html#/taxTableList",// 涉税服务平台填报页面地址 月季报
yearTaxTable:"/web/taxservicedesk/index.html#/yearTaxTable",// 涉税服务平台填报页面地址 年报 // yearTaxTable:"/web/taxservicedesk/index.html#/yearTaxTable",// 涉税服务平台填报页面地址 年报
zhsbPage:"/web/taxservicedesk/index.html#/syntheticalReport",// 涉税 综合申报页面 // zhsbPage:"/web/taxservicedesk/index.html#/syntheticalReport",// 涉税 综合申报页面
taxFormComponent:"/web/taxFormComponent/index.html?param=",// 涉税服务平台填报页面地址 // taxFormComponent:"/web/taxFormComponent/index.html?param=",// 涉税服务平台填报页面地址
} // ccxwsTaxTable:"http://dev-web.htyfw.com.cn/page/property_tax_plugin_web/index.html",//财产行为税跳转页面
// }
//公共配置 本地环境,测试环境 //公共配置 本地环境,测试环境
/*var config = { var config = {
environmental: "test", //production 生产 test 测试 environmental: "test", //production 生产 test 测试
webUrl: "/web/onlineReport/jsp/", // 预生产环境解开 webUrl: "/web/onlineReport/jsp/", // 预生产环境解开
url: "", // 开发环境配置跨域设置 // 开发环境 url: "", // 开发环境配置跨域设置 // 开发环境
value: '', //加密token value: '', //加密token
nsrsbq: '', nsrsbq: '',
spreadUrl: "http://sbjs.tjsat.gov.cn", // 局端生产 值为空 其余全部指向在线的域名 spreadUrl: "http://sbjs.tjsat.gov.cn", // 局端生产 值为空 其余全部指向在线的域名
ssfwptPage: "http://192.168.106.203:8094/#/taxTableList", // 涉税服务平台填报页面地址 月季报 ssfwptPage: "http://192.168.106.99:8080/#/taxTableList", // 涉税服务平台填报页面地址 月季报
yearTaxTable: "http://192.168.106.203:8094/#/yearTaxTable", // 涉税服务平台填报页面地址 年报 yearTaxTable: "http://192.168.106.99:8080/#/yearTaxTable", // 涉税服务平台填报页面地址 年报
zhsbPage: "http://192.168.106.203:8094/#/syntheticalReport", // 涉税 综合申报页面 zhsbPage: "http://192.168.106.99:8080/#/syntheticalReport", // 涉税 综合申报页面
taxFormComponent: "/web/taxFormComponent/index.html?param=", // 涉税服务平台填报页面地址 taxFormComponent: "/web/taxFormComponent/index.html?param=", // 涉税服务平台填报页面地址
}*/ ccxwsTaxTable:"http://dev-web.htyfw.com.cn/page/property_tax_plugin_web/index.html",//财产行为税跳转页面
}
// if(config.environmental=="production" && getUrlParam("djxh")){ // if(config.environmental=="production" && getUrlParam("djxh")){
// window.open(config.webUrl + "/error/newError.html",'_self') // window.open(config.webUrl + "/error/newError.html",'_self')
......
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