Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
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
7ad8a813
authored
2024-06-11 12:58:46 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
34186cd5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
src/viewsPc/match/chooseSportsman.vue
vite.config.js
src/viewsPc/match/chooseSportsman.vue
View file @
7ad8a81
...
...
@@ -633,12 +633,13 @@ watch(projectIds, (newVal, oldVal) => {
function
filterProjectList
(
currProject
){
for
(
let
pp
of
projectList
.
value
){
if
(
(
pp
.
pproperty
==
hasPproperty
)
&&
((
pp
.
danceTypeDetailStr
.
split
(
','
).
length
>=
4
&&
hasPpropertyLength
<
4
)
||
(
pp
.
danceTypeDetailStr
.
split
(
','
).
length
<
4
&&
hasPpropertyLength
>=
4
))
(
hasPproperty
&&
pp
.
pproperty
==
hasPproperty
)
&&
((
pp
.
danceTypeDetailStr
.
split
(
','
).
length
>=
4
&&
hasPpropertyLength
<
4
)
||
(
pp
.
danceTypeDetailStr
.
split
(
','
).
length
<
4
&&
hasPpropertyLength
>=
4
))
||
(
hasPproperty
&&
pp
.
pproperty
&&
pp
.
pproperty
!=
hasPproperty
)
||
(
hasPlevel
&&
pp
.
plevel
&&
pp
.
plevel
!=
hasPlevel
)
||
(
isDanNum
==
Number
(
singlePersonEntryLimit
.
value
)
&&
pp
.
singleFlag
==
'1'
&&
projectIds
.
value
.
indexOf
(
pp
.
id
)
==-
1
)
||
(
isShuangNum
==
Number
(
doublePersonEntryLimit
.
value
)
&&
pp
.
doubleSingleProjectFlag
==
'1'
&&
projectIds
.
value
.
indexOf
(
pp
.
id
)
==-
1
)
){
console
.
log
(
pp
.
name
)
pp
.
disabled
=
true
}
else
if
((
hasAlmighty
.
almightyFlag
==
'1'
&&
pp
.
almightyFlag
==
'1'
)
&&
(
hasAlmighty
.
danceTypeDetailStr
.
split
(
','
).
length
!=
pp
.
danceTypeDetailStr
.
split
(
','
).
length
)
...
...
vite.config.js
View file @
7ad8a81
...
...
@@ -84,16 +84,16 @@ export default defineConfig(({ mode, command }) => {
'/dev-api'
:
{
// target: 'http://192.168.1.118:8081/',
// target: 'http://192.168.1.131:8081/',
target
:
'https://jijin.wtwuxicenter.com/stage-api'
,
//
target: 'https://wdsfwuxicenter.com/stage-api/',
//
target: 'https://jijin.wtwuxicenter.com/stage-api',
target
:
'https://wdsfwuxicenter.com/stage-api/'
,
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api/
,
''
)
},
'/ticket'
:
{
// target: 'http://192.168.1.118:8098/',
// target: 'http://192.168.1.131:8081/',
target
:
'https://jijin.wtwuxicenter.com/stage-api'
,
//
target: 'https://wdsfwuxicenter.com/stage-api/',
//
target: 'https://jijin.wtwuxicenter.com/stage-api',
target
:
'https://wdsfwuxicenter.com/stage-api/'
,
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
ticket/
,
''
)
}
...
...
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