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
7236d107
authored
2024-05-11 10:10:54 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
9cbbd2b9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
src/viewsPc/guide/index.vue
src/viewsPc/match/components/addCoach.vue
vite.config.js
src/viewsPc/guide/index.vue
View file @
7236d10
...
...
@@ -199,7 +199,7 @@
<div
class=
"content"
v-if=
"activeName==71"
><el-empty
description=
"no data"
></el-empty></div>
<div
class=
"content"
v-if=
"activeName==8"
>
<label>
Download:
</label>
<a
target=
"_blank"
class=
"text-primary"
@
click=
"showBuilding"
>
<a
target=
"_blank"
class=
"text-primary"
>
<el-icon
style=
"position: relative;top: 2px"
><download/></el-icon>
2024 WDSF ASIAN DANCESPORT FESTIVAL ENTRY GUIDE
</a>
...
...
src/viewsPc/match/components/addCoach.vue
View file @
7236d10
...
...
@@ -312,7 +312,7 @@ function submitForm() {
return
}
// 验证手机号
if
(
showRequire
.
valu
e
)
{
if
(
form
.
value
.
phon
e
)
{
var
pattern
=
/^1
[
3456789
]\d{9}
$/
if
(
!
pattern
.
test
(
form
.
value
.
phone
))
{
ElMessage
.
warning
(
language
.
value
==
0
?
'请输入正确的手机号'
:
'Please enter the correct mobile phone number'
)
...
...
@@ -339,6 +339,7 @@ function submitForm() {
emit
(
'submitForm'
)
})
}
else
{
// 个人账号
if
(
editgay
.
value
)
{
// id不是0
match
.
editPersonInfo
(
form
.
value
).
then
(
res
=>
{
...
...
vite.config.js
View file @
7236d10
...
...
@@ -82,8 +82,8 @@ export default defineConfig(({ mode, command }) => {
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api
\/
ztx-webSite/
,
''
)
},
'/dev-api'
:
{
// target: 'http://192.168.1.131
:8081/',
target
:
'https://dance.itechtop.cn/stage-api'
,
target
:
'http://192.168.1.118
:8081/'
,
//
target: 'https://dance.itechtop.cn/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