Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
11a78ef1
authored
2020-12-11 16:00:19 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:url地址
1 parent
39b9eec0
Pipeline
#17
for
11a78ef1
failed
in 0 seconds
Changes
6
Pipelines
1
Builds
0
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
staticJs/businessGuideDeatil.js
staticJs/flfgxq.js
staticJs/ggxq.js
staticJs/xwxq.js
staticJs/xyzc.js
staticJs/xyzcxq.js
staticJs/businessGuideDeatil.js
View file @
11a78ef
...
...
@@ -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'
),
},
...
...
staticJs/flfgxq.js
View file @
11a78ef
...
...
@@ -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'
),
},
...
...
staticJs/ggxq.js
View file @
11a78ef
...
...
@@ -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'
),
},
...
...
staticJs/xwxq.js
View file @
11a78ef
...
...
@@ -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格式进行传输
...
...
staticJs/xyzc.js
View file @
11a78ef
...
...
@@ -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格式进行传输
...
...
staticJs/xyzcxq.js
View file @
11a78ef
...
...
@@ -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'
),
},
...
...
Please
register
or
sign in
to post a comment