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
a67ee05d
authored
2024-06-06 11:42:53 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
c8fbf17c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
7 deletions
src/viewsPc/components/homeQuick.vue
src/viewsPc/match/chooseProject.vue
src/viewsPc/match/components/quick-row.vue
vite.config.js
src/viewsPc/components/homeQuick.vue
View file @
a67ee05
...
...
@@ -114,7 +114,7 @@ function popRemark(type) {
||
(
form
.
value
.
isFoodView
==
0
&&
type
==
'3'
)
||
(
form
.
value
.
isMealView
==
0
&&
type
==
'4'
)
||
(
form
.
value
.
isPhotoView
==
0
&&
type
==
'5'
)
//
|| (type == '0')
||
(
type
==
'0'
)
)
{
building
()
return
...
...
src/viewsPc/match/chooseProject.vue
View file @
a67ee05
...
...
@@ -59,7 +59,8 @@
<div
class=
"pl-15 text-danger fontsize14"
v-if=
"cantBao.flag"
>
*
{{
language
==
0
?
`请上传 ${ cantBao.name
}
的有效证件`
:
`Please upload the Valid Passport of ${cantBao.name
}
`
}}
<
/div
>
<
div
v
-
loading
=
"loadingProject"
style
=
"height: 55vh;overflow: auto;"
>
<
el
-
checkbox
-
group
v
-
model
=
"projectIds"
>
<
el
-
checkbox
class
=
"flexBetweenBox"
v
-
for
=
"c in projectList"
:
label
=
"c.id"
:
key
=
"c.id"
:
disabled
=
"cantBao.flag"
>
<
el
-
checkbox
class
=
"flexBetweenBox"
v
-
for
=
"c in projectList"
:
label
=
"c.id"
:
key
=
"c.id"
:
disabled
=
"cantBao.flag"
>
<
div
class
=
"flexBetween w100"
>
<
div
class
=
"l"
>
{{
c
.
code
}}
:{{
c
.
name
}}
(
{{
c
.
danceType
}}
)
...
...
src/viewsPc/match/components/quick-row.vue
View file @
a67ee05
...
...
@@ -135,7 +135,7 @@ function popRemark(type) {
||
(
type
==
'3'
)
||
(
form
.
value
.
isMealView
==
0
&&
type
==
'4'
)
||
(
type
==
'5'
)
//
|| (type == '0')
||
(
type
==
'0'
)
)
{
building
()
...
...
vite.config.js
View file @
a67ee05
...
...
@@ -82,17 +82,17 @@ export default defineConfig(({ mode, command }) => {
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api
\/
ztx-webSite/
,
''
)
},
'/dev-api'
:
{
target
:
'http://192.168.1.118:8081/'
,
//
target: 'http://192.168.1.118:8081/',
// target: 'http://192.168.1.131:8081/',
//
target: 'https://jijin.wtwuxicenter.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.118:8098/',
// target: 'http://192.168.1.131:8081/',
//
target: 'https://jijin.wtwuxicenter.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