8.18 hebing
Showing
2 changed files
with
3 additions
and
3 deletions
| ... | @@ -581,7 +581,7 @@ | ... | @@ -581,7 +581,7 @@ |
| 581 | </el-dialog> | 581 | </el-dialog> |
| 582 | <el-dialog v-model="showOfflineSuccessDialog" :title="language==0?'提示':'Tip'" width="460px" :show-close="false"> | 582 | <el-dialog v-model="showOfflineSuccessDialog" :title="language==0?'提示':'Tip'" width="460px" :show-close="false"> |
| 583 | <el-result | 583 | <el-result |
| 584 | :sub-title="language==0?'请及时上传转账凭证,若未能上传,订单可能被取消。您可直接下载本订单的缴费单,亦可前往于订单中心下载合并后的缴费单。':'Please upload your payment proof promptly. If you fail to upload it, your booking may be canceled.'" | 584 | :sub-title="language==0?'请及时上传转账凭证,若未能上传,订单可能被取消。您可直接下载本订单的缴费单,亦可前往于订单中心下载合并后的缴费单。':'Please upload your payment proof promptly. If you fail to upload it, your booking may be canceled. You can download the payment invoice for this order directly, or go to the Orders to download the combined payment invoice.'" |
| 585 | :title="language==0?'订单已提交':'Order submitted'" | 585 | :title="language==0?'订单已提交':'Order submitted'" |
| 586 | icon="success" | 586 | icon="success" |
| 587 | > | 587 | > | ... | ... |
| ... | @@ -84,10 +84,10 @@ export default defineConfig(({mode, command}) => { | ... | @@ -84,10 +84,10 @@ export default defineConfig(({mode, command}) => { |
| 84 | }, | 84 | }, |
| 85 | '/dev-api': { | 85 | '/dev-api': { |
| 86 | // target: 'http://192.168.1.118:8082/', | 86 | // target: 'http://192.168.1.118:8082/', |
| 87 | // target: 'http://192.168.1.131:8081/', | 87 | target: 'http://192.168.1.22:8082', |
| 88 | // target: 'https://tk005.wxjylt.com/stage-api', | 88 | // target: 'https://tk005.wxjylt.com/stage-api', |
| 89 | // target: 'http://124.70.181.90:1880/stage-api', | 89 | // target: 'http://124.70.181.90:1880/stage-api', |
| 90 | target: 'https://sys.2025wtcwuxi.com/stage-api/', | 90 | // target: 'https://sys.2025wtcwuxi.com/stage-api/', |
| 91 | changeOrigin: true, | 91 | changeOrigin: true, |
| 92 | rewrite: (p) => p.replace(/^\/dev-api/, '') | 92 | rewrite: (p) => p.replace(/^\/dev-api/, '') |
| 93 | }, | 93 | }, | ... | ... |
-
Please register or sign in to post a comment