Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
emergency-project
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴春元
emergency-project
Commits
147e640e
Commit
147e640e
authored
Nov 14, 2025
by
吴春元
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新首页轮播图获取逻辑,增加分页参数;重置举报表单默认值
parent
a19a6ba1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
14 deletions
+18
-14
HomeView.vue
src/views/home/home/HomeView.vue
+5
-1
TySubmit.vue
src/views/jb/submit/TySubmit.vue
+13
-13
No files found.
src/views/home/home/HomeView.vue
View file @
147e640e
...
@@ -590,7 +590,11 @@ getLinkLists();
...
@@ -590,7 +590,11 @@ getLinkLists();
//获取首页轮播图
//获取首页轮播图
function
getLinkLists
()
{
function
getLinkLists
()
{
getLink
().
then
((
response
)
=>
{
const
page
=
{
pageNo
:
1
,
pageSize
:
10000
,
};
getLink
(
page
).
then
((
response
)
=>
{
const
data
=
response
.
data
;
const
data
=
response
.
data
;
const
rowsList
=
data
.
rows
;
const
rowsList
=
data
.
rows
;
friendLinks
.
value
=
rowsList
;
friendLinks
.
value
=
rowsList
;
...
...
src/views/jb/submit/TySubmit.vue
View file @
147e640e
...
@@ -409,22 +409,22 @@ function handleRegionChange(val: string[]) {
...
@@ -409,22 +409,22 @@ function handleRegionChange(val: string[]) {
// 表单数据
// 表单数据
const
form
=
reactive
({
const
form
=
reactive
({
userName
:
"
吴大大
"
,
userName
:
""
,
userSex
:
"1"
,
userSex
:
1
,
userEmail
:
"
123@qq.com
"
,
userEmail
:
""
,
userMobile
:
"
13800000000
"
,
userMobile
:
""
,
region
:
[
"北京市"
,
"北京市"
],
region
:
[],
country
:
"
北京市
"
,
country
:
""
,
city
:
"
北京市
"
,
city
:
""
,
userAddress
:
"
北京市朝阳区XX路XX号
"
,
userAddress
:
""
,
reportType
:
1
,
// 举报信息
reportType
:
1
,
// 举报信息
websiteName
:
"
11
"
,
//网址名称
websiteName
:
""
,
//网址名称
websitAddress
:
"
22
"
,
//被举报网址
websitAddress
:
""
,
//被举报网址
searchType
:
""
,
//搜索引擎类型
searchType
:
""
,
//搜索引擎类型
searchKeyword
:
""
,
//举报关键字
searchKeyword
:
""
,
//举报关键字
websitDetailAddress
:
"
111
"
,
//信息所在详细网址
websitDetailAddress
:
""
,
//信息所在详细网址
reportContent
:
"
222
"
,
reportContent
:
""
,
harmType
:
"
2222
"
,
harmType
:
""
,
fileUrl
:
""
,
fileUrl
:
""
,
images
:
""
,
images
:
""
,
captcha
:
""
,
captcha
:
""
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment