7236d107 by 杨炀

no message

1 parent 9cbbd2b9
......@@ -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>
......
......@@ -312,7 +312,7 @@ function submitForm() {
return
}
// 验证手机号
if (showRequire.value) {
if (form.value.phone) {
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 => {
......
......@@ -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/, '')
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!