3a34ffca by 杨炀

no message

1 parent c8c7b188
...@@ -227,13 +227,8 @@ watch(show, (value) => { ...@@ -227,13 +227,8 @@ watch(show, (value) => {
227 227
228 function submitForm() { 228 function submitForm() {
229 if (!form.value.wdsfMin) { 229 if (!form.value.wdsfMin) {
230 if(card.value){
231 ElMessage.warning(language.value == 0 ? '请点击校验WDSF会员号' : 'Please check your WDSF MIN')
232 return
233 } else {
234 ElMessage.warning(language.value == 0 ? '请输入你的WDSF会员号' : 'Please fill in your WDSF MIN') 230 ElMessage.warning(language.value == 0 ? '请输入你的WDSF会员号' : 'Please fill in your WDSF MIN')
235 return 231 return
236 }
237 } 232 }
238 if (!form.value.passportNumber) { 233 if (!form.value.passportNumber) {
239 ElMessage.warning(language.value == 0 ? '请输入你的证件号' : 'Please fill in your passport number') 234 ElMessage.warning(language.value == 0 ? '请输入你的证件号' : 'Please fill in your passport number')
......
...@@ -83,9 +83,9 @@ export default defineConfig(({ mode, command }) => { ...@@ -83,9 +83,9 @@ export default defineConfig(({ mode, command }) => {
83 '/dev-api': { 83 '/dev-api': {
84 // target: 'http://192.168.1.118:8081/', 84 // target: 'http://192.168.1.118:8081/',
85 // target: 'http://192.168.1.131:8081/', 85 // target: 'http://192.168.1.131:8081/',
86 // target: 'https://jijin.wtwuxicenter.com/stage-api', 86 target: 'https://jijin.wtwuxicenter.com/stage-api',
87 // target: 'http://124.70.181.90:1880/stage-api', 87 // target: 'http://124.70.181.90:1880/stage-api',
88 target: 'https://wdsfwuxicenter.com/stage-api/', 88 // target: 'https://wdsfwuxicenter.com/stage-api/',
89 changeOrigin: true, 89 changeOrigin: true,
90 rewrite: (p) => p.replace(/^\/dev-api/, '') 90 rewrite: (p) => p.replace(/^\/dev-api/, '')
91 }, 91 },
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!