提交 4d940a25 authored 作者: huaxinzhu's avatar huaxinzhu

环境处理

上级 7bf5e42c
...@@ -227,9 +227,9 @@ ...@@ -227,9 +227,9 @@
} }
} }
}; };
xhttp.open("GET", '//sysapi.jxhh.com/api/v1/oem/webSite/domainChannel?domain='+ssa+'&field='+op, true); // 正式环境 // xhttp.open("GET", '//sysapi.jxhh.com/api/v1/oem/webSite/domainChannel?domain='+ssa+'&field='+op, true); // 正式环境
// xhttp.open("GET", '//newsys.jxhh.com/api/v1/oem/webSite/domainChannel?domain='+ssa+'&field='+op, true); // 内网开发 // xhttp.open("GET", '//newsys.jxhh.com/api/v1/oem/webSite/domainChannel?domain='+ssa+'&field='+op, true); // 内网开发
// xhttp.open("GET", '//192.168.26.179:6601/api/v1/oem/webSite/domainChannel?domain='+ssa+'&field='+op, true); // 测试环境 xhttp.open("GET", '//192.168.26.179:6601/api/v1/oem/webSite/domainChannel?domain='+ssa+'&field='+op, true); // 测试环境
xhttp.send(); xhttp.send();
} }
</script> </script>
......
...@@ -4,7 +4,7 @@ import request from '@/utils/request' ...@@ -4,7 +4,7 @@ import request from '@/utils/request'
export function indexInfo(params) { export function indexInfo(params) {
return request({ return request({
// url: '//sysapi.jxhh.com/api/v1/oem/webSite/domainChannel', // url: '//sysapi.jxhh.com/api/v1/oem/webSite/domainChannel',
url: '//192.168.26.179:6605/api/v1/oem/webSite/domainChannel', url: '//192.168.26.179:6601/api/v1/oem/webSite/domainChannel',
// url: '//newsys.jxhh.com/api/v1/oem/webSite/domainChannel', // url: '//newsys.jxhh.com/api/v1/oem/webSite/domainChannel',
method: 'get', method: 'get',
params params
...@@ -14,7 +14,7 @@ export function indexInfo(params) { ...@@ -14,7 +14,7 @@ export function indexInfo(params) {
export function getdomain(params) { export function getdomain(params) {
return request({ return request({
// url: '//sysapi.jxhh.com/api/v1/oem/channel/domainFront', // url: '//sysapi.jxhh.com/api/v1/oem/channel/domainFront',
url: '//192.168.26.179:6605/api/v1/oem/channel/domainFront', url: '//192.168.26.179:6601/api/v1/oem/channel/domainFront',
// url: '//newsys.jxhh.com/api/v1/oem/channel/domainFront', // url: '//newsys.jxhh.com/api/v1/oem/channel/domainFront',
method: 'get', method: 'get',
params params
...@@ -24,7 +24,7 @@ export function getdomain(params) { ...@@ -24,7 +24,7 @@ export function getdomain(params) {
export function webSite(params) { export function webSite(params) {
return request({ return request({
// url: '//sysapi.jxhh.com/api/v1/oem/common/counsel', // url: '//sysapi.jxhh.com/api/v1/oem/common/counsel',
url: '//192.168.26.179:6605/api/v1/oem/common/counsel', url: '//192.168.26.179:6601/api/v1/oem/common/counsel',
// url: '//newsys.jxhh.com/api/v1/oem/common/counsel', // url: '//newsys.jxhh.com/api/v1/oem/common/counsel',
method: 'get', method: 'get',
params params
...@@ -35,7 +35,7 @@ export function webSite(params) { ...@@ -35,7 +35,7 @@ export function webSite(params) {
export function getallCloudList(params) { export function getallCloudList(params) {
return request({ return request({
// url: '//sysapi.jxhh.com/api/v1/oem/front/CloudList', // url: '//sysapi.jxhh.com/api/v1/oem/front/CloudList',
url: '//192.168.26.179:6605/api/v1/oem/front/CloudList', url: '//192.168.26.179:6601/api/v1/oem/front/CloudList',
// url: '//newsys.jxhh.com/api/v1/oem/front/CloudList', // url: '//newsys.jxhh.com/api/v1/oem/front/CloudList',
method: 'get', method: 'get',
params params
...@@ -45,7 +45,7 @@ export function getallCloudList(params) { ...@@ -45,7 +45,7 @@ export function getallCloudList(params) {
export function getssoUrl(data) { export function getssoUrl(data) {
return request({ return request({
// url: '//sysapi.jxhh.com/api/v1/oem/webSite/ssoChannel', // url: '//sysapi.jxhh.com/api/v1/oem/webSite/ssoChannel',
url: '//192.168.26.179:6605/api/v1/oem/webSite/ssoChannel', url: '//192.168.26.179:6601/api/v1/oem/webSite/ssoChannel',
// url: '//newsys.jxhh.com/api/v1/oem/webSite/ssoChannel', // url: '//newsys.jxhh.com/api/v1/oem/webSite/ssoChannel',
method: 'get', method: 'get',
params: data params: data
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论