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
fa35274e
authored
2025-09-22 11:15:26 +0800
by
zrj
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
9.22 lpt搜索框删除时增加查询列表功能
1 parent
a2c38d71
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
src/viewsPc/contest/index.vue
src/viewsPc/news/index.vue
vite.config.js
src/viewsPc/contest/index.vue
View file @
fa35274
...
...
@@ -15,7 +15,7 @@
</el-col>
<el-col
:lg=
"12"
>
<div
style=
"display: flex;align-items: center;height: 100%"
>
<el-input
v-model=
"searchParam.name"
class=
"search-input"
clearable
:placeholder=
"languageLibrary[language].e"
>
<el-input
v-model=
"searchParam.name"
class=
"search-input"
clearable
@
clear=
"getList"
:placeholder=
"languageLibrary[language].e"
>
<template
#
append
>
<el-button
@
click=
"getList"
class=
"search-btn"
>
<el-icon>
...
...
src/viewsPc/news/index.vue
View file @
fa35274
...
...
@@ -7,7 +7,7 @@
</el-col>
<el-col
:lg=
"12"
>
<div
style=
"display: flex;align-items: center;height: 100%"
>
<el-input
class=
"search-input"
clearable
:placeholder=
"languageLibrary[language].c"
v-model=
"searchParam.name"
>
<el-input
class=
"search-input"
clearable
@
clear=
"getList"
:placeholder=
"languageLibrary[language].c"
v-model=
"searchParam.name"
>
<template
#
append
>
<el-button
@
click=
"getList"
class=
"search-btn"
>
<el-icon>
...
...
vite.config.js
View file @
fa35274
...
...
@@ -84,8 +84,8 @@ export default defineConfig(({mode, command}) => {
},
'/dev-api'
:
{
// target: 'http://192.168.1.118:8082/',
target
:
'http://192.168.1.238:8082'
,
//
target: 'https://www.longpoker.com/stage-api/',
//
target: 'http://192.168.1.238: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