bugfix: 参数提交错误
This commit is contained in:
@@ -28,11 +28,7 @@ body,
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
.background-pink {
|
||||
background-color: #f8f7f5;
|
||||
background-image: url('@/assets/images/home-bg.png');
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
|
||||
@@ -33,10 +33,5 @@ body,
|
||||
}
|
||||
}
|
||||
|
||||
.background-pink {
|
||||
background-color: rgba(248, 247, 245, 1);
|
||||
background-image: url('@/assets/images/home-bg.png');
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -662,8 +662,8 @@ const handleVerifyCode = () => {
|
||||
}).then((res) => {
|
||||
// console.log('coderes', res)
|
||||
|
||||
// form.value.secureToken = res.data.secureToken
|
||||
form.value.secureToken = '123456'
|
||||
form.value.secureToken = res.data.secureToken
|
||||
// form.value.secureToken = '123456'
|
||||
|
||||
message.success(t('AwardApply.verificationSuccess'))
|
||||
showModal.value = false
|
||||
@@ -685,7 +685,7 @@ const handleSubmitForm = () => {
|
||||
.then((res) => {
|
||||
// console.log(res)
|
||||
Https.axiosPost(Https.httpUrls.submitForm, form.value).then((res) => {
|
||||
console.log('res', res)
|
||||
// console.log('res', res)
|
||||
isCompleted.value = true
|
||||
})
|
||||
})
|
||||
|
||||
@@ -80,7 +80,7 @@ export default defineConfig(({ mode }) => {
|
||||
},
|
||||
server: {
|
||||
host: '0.0.0.0', // 允许局域网内的IP访问
|
||||
port: 8060, // 根据环境设置端口
|
||||
port: 8088, // 根据环境设置端口
|
||||
open: true, // 自动打开浏览器
|
||||
strictPort: true, // 如果端口已被占用,则尝试下一个可用端口
|
||||
hmr: {
|
||||
|
||||
Reference in New Issue
Block a user