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
d24f7d81
authored
2024-06-28 13:54:18 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
47cab37a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
src/viewsPc/center/myInfo.vue
src/viewsPc/match/chooseProject.vue
src/viewsPc/register/personal.vue
vite.config.js
src/viewsPc/center/myInfo.vue
View file @
d24f7d8
...
...
@@ -170,7 +170,6 @@ function save() {
match
.
saveMyBaseInfo
(
myform
.
value
).
then
(
res
=>
{
ElMessage
.
success
(
language
.
value
==
0
?
'保存成功'
:
'Save successfully'
)
})
}
function
checkCode
()
{
...
...
src/viewsPc/match/chooseProject.vue
View file @
d24f7d8
...
...
@@ -36,7 +36,7 @@
</div>
<div
class=
"text-center mt20"
>
<el-button
type=
"primary"
plain
@
click=
"switchPerson"
>
{{
language
==
0
?
'切换'
:
'Switch'
}}
</el-button>
<el-button
type=
"primary"
class=
"w100"
round
@
click=
"switchPerson"
>
{{
language
==
0
?
'切换'
:
'Switch'
}}
</el-button>
</div>
<div
class=
"tip"
>
<span
v-if=
"language==0"
>
*如果您参加个人项目,或给其他组合/选手进行报名,请点击切换按钮重新选择人员
</span>
...
...
src/viewsPc/register/personal.vue
View file @
d24f7d8
...
...
@@ -217,7 +217,7 @@ const {
}
=
toRefs
(
data
)
const
matchId
=
ref
(
'0'
)
onMounted
(()
=>
{
if
(
user
.
utype
==
'1'
||
user
.
utype
==
'2'
){
if
(
user
?.
utype
==
'1'
||
user
?
.
utype
==
'2'
){
router
.
push
({
name
:
'matchList'
})
}
if
(
language
.
value
==
1
)
{
...
...
vite.config.js
View file @
d24f7d8
...
...
@@ -84,8 +84,8 @@ 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/
,
''
)
},
...
...
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