11a78ef1 by 任超

style:url地址

1 parent 39b9eec0
Pipeline #17 for 11a78ef1 failed in 0 seconds
......@@ -11,7 +11,7 @@ function _initData() {
newsDetail.empty();
$.ajax({
type: "get", //提交方式
url: portal.api_url + "/hlwj/MhNotice/getMHDetailById",//路径
url: portal.api_url + "/portal/MhNotice/getMHDetailById",//路径
data: {
"id": GetQueryString('id'),
},
......
......@@ -14,7 +14,7 @@ function newsDetail() {
newsDetail.empty();
$.ajax({
type: "get", //提交方式
url: portal.api_url + "/hlwj/MhNews/getDetailById",//路径
url: portal.api_url + "/portal/MhNews/getDetailById",//路径
data: {
"id": GetQueryString('id'),
},
......
......@@ -14,7 +14,7 @@ function newsDetail() {
newsDetail.empty();
$.ajax({
type: "get", //提交方式
url: portal.api_url + "/hlwj/MhNotice/getMHDetailById",//路径
url: portal.api_url + "/portal/MhNotice/getMHDetailById",//路径
data:{
"id":GetQueryString('id'),
},
......
......@@ -19,7 +19,7 @@ function LawsData() {
var li;
$.ajax({
type: "get", //提交方式
url: portal.api_url + "/hlwj/MhNews/getDetailById",//路径
url: portal.api_url + "/portal/MhNews/getDetailById",//路径
data:{
"id":GetQueryString('id'),
},
......@@ -42,7 +42,7 @@ function HotArticle() {
var li = '';
$.ajax({
type: "get", //提交方式
url: portal.api_url + "/hlwj/MhNews/getNewsHotArticleList",//路径
url: portal.api_url + "/portal/MhNews/getNewsHotArticleList",//路径
dataType: "json",
async: false,
//数据,这里使用的是Json格式进行传输
......@@ -67,7 +67,7 @@ function PolicyHotArticle() {
var li = '';
$.ajax({
type: "get", //提交方式
url: portal.api_url + "/hlwj/MhPolicy/getPolicyHotArticleList",//路径
url: portal.api_url + "/portal/MhPolicy/getPolicyHotArticleList",//路径
dataType: "json",
async: false,
//数据,这里使用的是Json格式进行传输
......
......@@ -48,7 +48,7 @@ function getPolicyHotArticleList() {
var li = '';
$.ajax({
type: "get", //提交方式
url: portal.api_url + "/hlwj/MhPolicy/getPolicyHotArticleList",//路径
url: portal.api_url + "/portal/MhPolicy/getPolicyHotArticleList",//路径
dataType: "json",
async: false,
//数据,这里使用的是Json格式进行传输
......@@ -73,7 +73,7 @@ function HotArticle() {
var li = '';
$.ajax({
type: "get", //提交方式
url: portal.api_url + "/hlwj/MhNews/getNewsHotArticleList",//路径
url: portal.api_url + "/portal/MhNews/getNewsHotArticleList",//路径
dataType: "json",
async: false,
//数据,这里使用的是Json格式进行传输
......
......@@ -14,7 +14,7 @@ function newsDetail() {
newsDetail.empty();
$.ajax({
type: "get", //提交方式
url: portal.api_url + "/hlwj/MhNews/getDetailById",//路径
url: portal.api_url + "/portal/MhNews/getDetailById",//路径
data: {
"id": GetQueryString('id'),
},
......