no message
Showing
3 changed files
with
5 additions
and
4 deletions
| ... | @@ -199,7 +199,7 @@ | ... | @@ -199,7 +199,7 @@ |
| 199 | <div class="content" v-if="activeName==71"><el-empty description="no data"></el-empty></div> | 199 | <div class="content" v-if="activeName==71"><el-empty description="no data"></el-empty></div> |
| 200 | <div class="content" v-if="activeName==8"> | 200 | <div class="content" v-if="activeName==8"> |
| 201 | <label>Download:</label> | 201 | <label>Download:</label> |
| 202 | <a target="_blank" class="text-primary" @click="showBuilding"> | 202 | <a target="_blank" class="text-primary" > |
| 203 | <el-icon style="position: relative;top: 2px"><download/></el-icon> | 203 | <el-icon style="position: relative;top: 2px"><download/></el-icon> |
| 204 | 2024 WDSF ASIAN DANCESPORT FESTIVAL ENTRY GUIDE | 204 | 2024 WDSF ASIAN DANCESPORT FESTIVAL ENTRY GUIDE |
| 205 | </a> | 205 | </a> | ... | ... |
| ... | @@ -312,7 +312,7 @@ function submitForm() { | ... | @@ -312,7 +312,7 @@ function submitForm() { |
| 312 | return | 312 | return |
| 313 | } | 313 | } |
| 314 | // 验证手机号 | 314 | // 验证手机号 |
| 315 | if (showRequire.value) { | 315 | if (form.value.phone) { |
| 316 | var pattern = /^1[3456789]\d{9}$/ | 316 | var pattern = /^1[3456789]\d{9}$/ |
| 317 | if (!pattern.test(form.value.phone)) { | 317 | if (!pattern.test(form.value.phone)) { |
| 318 | ElMessage.warning(language.value == 0 ?'请输入正确的手机号':'Please enter the correct mobile phone number') | 318 | ElMessage.warning(language.value == 0 ?'请输入正确的手机号':'Please enter the correct mobile phone number') |
| ... | @@ -339,6 +339,7 @@ function submitForm() { | ... | @@ -339,6 +339,7 @@ function submitForm() { |
| 339 | emit('submitForm') | 339 | emit('submitForm') |
| 340 | }) | 340 | }) |
| 341 | } else { | 341 | } else { |
| 342 | // 个人账号 | ||
| 342 | if (editgay.value) { | 343 | if (editgay.value) { |
| 343 | // id不是0 | 344 | // id不是0 |
| 344 | match.editPersonInfo(form.value).then(res => { | 345 | match.editPersonInfo(form.value).then(res => { | ... | ... |
| ... | @@ -82,8 +82,8 @@ export default defineConfig(({ mode, command }) => { | ... | @@ -82,8 +82,8 @@ export default defineConfig(({ mode, command }) => { |
| 82 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') | 82 | rewrite: (p) => p.replace(/^\/dev-api\/ztx-webSite/, '') |
| 83 | }, | 83 | }, |
| 84 | '/dev-api': { | 84 | '/dev-api': { |
| 85 | // target: 'http://192.168.1.131:8081/', | 85 | target: 'http://192.168.1.118:8081/', |
| 86 | target: 'https://dance.itechtop.cn/stage-api', | 86 | // target: 'https://dance.itechtop.cn/stage-api', |
| 87 | // target: 'https://wdsfwuxicenter.com/stage-api', | 87 | // target: 'https://wdsfwuxicenter.com/stage-api', |
| 88 | changeOrigin: true, | 88 | changeOrigin: true, |
| 89 | rewrite: (p) => p.replace(/^\/dev-api/, '') | 89 | rewrite: (p) => p.replace(/^\/dev-api/, '') | ... | ... |
-
Please register or sign in to post a comment