Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dance-pc
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
8426455c
authored
2025-10-13 10:48:29 +0800
by
zrj
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
10.13 lpt修改
1 parent
4ce8b949
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
8 deletions
src/assets/images/bottom06.svg
src/layoutPc/components/AppBottom.vue
src/viewsPc/news/index.vue
vite.config.js
src/assets/images/bottom06.svg
0 → 100644
View file @
8426455
<svg
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
width=
"39px"
height=
"39px"
>
<path
fill-rule=
"evenodd"
fill=
"rgb(255, 255, 255)"
d=
"M27.092,38.527 L12.366,38.527 C5.954,38.527 0.737,33.311 0.737,26.898 L0.737,12.172 C0.737,5.760 5.954,0.543 12.366,0.543 L27.092,0.543 C33.505,0.543 38.721,5.760 38.721,12.172 L38.721,26.898 C38.721,33.311 33.505,38.527 27.092,38.527 ZM35.877,12.172 C35.877,7.328 31.936,3.387 27.092,3.387 L12.366,3.387 C7.522,3.387 3.581,7.328 3.581,12.172 L3.581,26.898 C3.581,31.742 7.522,35.683 12.366,35.683 L27.092,35.683 C31.936,35.683 35.877,31.742 35.877,26.898 L35.877,12.172 ZM29.894,17.444 C28.893,17.454 27.911,17.330 26.985,16.979 C26.078,16.636 25.210,16.188 24.321,15.784 C24.321,15.846 24.321,15.968 24.321,16.091 C24.321,18.643 24.323,21.195 24.320,23.748 C24.315,27.408 21.838,30.402 18.242,31.101 C14.260,31.874 10.236,29.039 9.624,25.030 C9.003,20.952 11.610,17.267 15.652,16.521 C16.392,16.385 17.139,16.382 17.910,16.486 C17.910,17.867 17.910,19.204 17.910,20.483 C17.387,20.483 16.870,20.428 16.368,20.493 C14.785,20.697 13.560,22.148 13.551,23.775 C13.542,25.427 14.746,26.882 16.331,27.134 C18.463,27.474 20.288,25.936 20.294,23.765 C20.306,18.587 20.302,13.408 20.305,8.230 C20.305,8.106 20.305,7.982 20.305,7.843 C21.646,7.843 22.960,7.843 24.292,7.843 C24.336,8.175 24.364,8.509 24.427,8.835 C24.918,11.406 26.1000,13.239 29.613,13.406 C29.799,13.418 29.928,13.428 29.926,13.677 C29.914,14.879 29.919,16.082 29.917,17.284 C29.917,17.325 29.906,17.365 29.894,17.444 Z"
/>
</svg>
\ No newline at end of file
src/layoutPc/components/AppBottom.vue
View file @
8426455
...
...
@@ -8,8 +8,8 @@
<img
@
click=
"goUrl('https://www.facebook.com/share/1BDtH7xYaS/?mibextid=wwXIfr')"
class=
"link-img"
alt=
""
src=
"@/assets/images/bottom01.svg"
>
<img
@
click=
"goUrl('https://www.instagram.com/lpt__official/')"
class=
"link-img"
alt=
""
src=
"@/assets/images/bottom02.svg"
>
<!--
<img
class=
"link-img"
alt=
""
src=
"@/assets/images/bottom03.svg"
>
-->
<img
@
click=
"goUrl('https://www.tiktok.com/@lpt.official')"
class=
"link-img"
alt=
""
src=
"@/assets/images/bottom04.svg"
>
<img
@
click=
"goUrl('https://www.youtube.com/channel/UCNFV48KiGZLYcf8NQocM-iQ')"
class=
"link-img"
alt=
""
src=
"@/assets/images/bottom05.svg"
>
<img
@
click=
"goUrl('https://www.tiktok.com/@lpt.official')"
class=
"link-img"
alt=
""
src=
"@/assets/images/bottom06.svg"
>
</div>
<div
class=
"text-center copyright pd10"
>
{{
languageLibrary
[
language
].
a
}}
<!--
<a
href=
"https://beian.miit.gov.cn/"
target=
"_blank"
>
ICP备案号:苏ICP备2023054420号-2
</a>
-->
...
...
src/viewsPc/news/index.vue
View file @
8426455
...
...
@@ -42,7 +42,7 @@
<a
class=
"go"
/>
</div>
</div>
<div
v-if=
"
newsList.length > 10
"
style=
"display: flex;align-items: center"
>
<div
v-if=
"
totalTable > searchParam.pageNum * searchParam.pageSize
"
style=
"display: flex;align-items: center"
>
<el-button
class=
"news-more-btn"
@
click=
"getMoreInfo"
>
{{ languageLibrary[language].b }}
<div
class=
"arrow_towDown"
></div></el-button>
</div>
</div>
...
...
@@ -113,8 +113,8 @@ const getList = () => {
}
const
getMoreInfo
=
()
=>
{
if
(
searchParam
.
pageNum
*
searchParam
.
pageSize
<
totalTable
.
value
)
{
searchParam
.
pageNum
+=
1
if
(
searchParam
.
value
.
pageNum
*
searchParam
.
value
.
pageSize
<
totalTable
.
value
)
{
searchParam
.
value
.
pageNum
+=
1
getMoreList
()
}
else
{
ElMessage
.
warning
(
"已经没有啦!"
)
...
...
@@ -124,7 +124,8 @@ const getMoreInfo = () => {
const
getMoreList
=
()
=>
{
match
.
getNoteList
(
searchParam
.
value
).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
newsList
.
value
.
push
(
res
.
rows
)
newsList
.
value
=
newsList
.
value
.
concat
(
res
.
rows
)
console
.
log
(
newsList
.
value
)
totalTable
.
value
=
res
.
total
}
})
...
...
@@ -222,7 +223,7 @@ const goDetail = (id) => {
.day{
color
:
#CAA767
;
transform
:
scaleX
(
1
);
font-weight
:
bold
;
font-size
:
24px
;}
p
{
font-size
:
14px
;
margin
:
0
;
transform
:
scaleX
(
1
);
font-weight
:
bold
;
color
:
#7B7F83
;}
}
.item-body
{
width
:
100%
;
.item-body
{
width
:
calc
(
100%
-
60px
)
;
h3{
padding
:
0
10px
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
font-size
:
18px
;
color
:
#fff
;}
}
.go
{
background
:
url("@/assets/v1/about/go.png")
no-repeat
center
;
background-size
:
contain
;
...
...
vite.config.js
View file @
8426455
...
...
@@ -84,8 +84,8 @@ export default defineConfig(({mode, command}) => {
},
'/dev-api'
:
{
// target: 'http://192.168.1.118:8082/',
target
:
'http://192.168.1.73:8082'
,
//
target: 'https://www.longpoker.com/stage-api/',
//
target: 'http://192.168.1.73:8082',
target
:
'https://www.longpoker.com/stage-api/'
,
// target: 'http://124.70.181.90:1880/stage-api',
// target: 'https://sys.2025wtcwuxi.com/stage-api/',
changeOrigin
:
true
,
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment