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
504beec0
authored
2020-12-09 11:35:39 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改后端访问地址名称
1 parent
d77a1b70
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
14 deletions
staticJs/flfg.js
staticJs/gsgg.js
staticJs/pageHome.js
staticJs/xwdt.js
staticJs/xyzc.js
staticJs/flfg.js
View file @
504beec
...
...
@@ -15,7 +15,7 @@ function getLawsArticleList() {
var
li
=
''
;
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhLaws/getLawsArticleList"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhLaws/getLawsArticleList"
,
//路径
dataType
:
"json"
,
async
:
false
,
data
:
{
...
...
@@ -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/gsgg.js
View file @
504beec
...
...
@@ -38,7 +38,7 @@ layui.use('element', function(){
function
initData
()
{
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhNotice/getNoticeList"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhNotice/getNoticeList"
,
//路径
data
:
{
"currentPage"
:
data
.
currentPage
,
"pageSize"
:
data
.
limit
,
...
...
@@ -71,7 +71,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格式进行传输
...
...
@@ -96,7 +96,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/pageHome.js
View file @
504beec
...
...
@@ -65,7 +65,7 @@ function NewsData() {
var
li
,
publishTime
;
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhNews/getNewsList"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhNews/getNewsList"
,
//路径
dataType
:
"json"
,
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
...
...
@@ -95,7 +95,7 @@ function NoticeData() {
var
li
;
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhNotice/getMHNotice"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhNotice/getMHNotice"
,
//路径
dataType
:
"json"
,
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
...
...
@@ -126,7 +126,7 @@ function LawsData() {
var
li
;
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhLaws/getLawsList"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhLaws/getLawsList"
,
//路径
dataType
:
"json"
,
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
...
...
@@ -148,7 +148,7 @@ function policiesData() {
var
li
;
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhPolicy/getPolicyList"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhPolicy/getPolicyList"
,
//路径
dataType
:
"json"
,
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
...
...
staticJs/xwdt.js
View file @
504beec
...
...
@@ -16,7 +16,7 @@ $(function () {
function
LoadNewsData
(
currentPage
=
1
)
{
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhNews/getNewsArticleList"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhNews/getNewsArticleList"
,
//路径
data
:{
"currentPage"
:
currentPage
,
"pageSize"
:
5
...
...
@@ -47,7 +47,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格式进行传输
...
...
@@ -73,7 +73,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 @
504beec
...
...
@@ -15,7 +15,7 @@ function getLawsArticleList() {
var
li
=
''
;
$
.
ajax
({
type
:
"get"
,
//提交方式
url
:
portal
.
api_url
+
"/
hlwj
/MhPolicy/getPolicyArticleList"
,
//路径
url
:
portal
.
api_url
+
"/
portal
/MhPolicy/getPolicyArticleList"
,
//路径
dataType
:
"json"
,
async
:
false
,
data
:
{
...
...
Please
register
or
sign in
to post a comment