Selaa lähdekoodia

停车优惠查询页面修改请求地址为正式地址

skyline 20 tuntia sitten
vanhempi
säilyke
e25df16e77
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      admin-web/public/parking.html

+ 1 - 1
admin-web/public/parking.html

@@ -562,7 +562,7 @@
 
             setLoading(true);
 
-            fetch('https://dev.kuaiyuman.cn/api/parking-coupon/checkParkingCoupon?mobilePhone=' + encodeURIComponent(phone))
+            fetch('https://api.yeswash.cn/api/parking-coupon/checkParkingCoupon?mobilePhone=' + encodeURIComponent(phone))
                 .then(function(res) {
                     if (!res.ok) {
                         throw new Error('服务繁忙,请稍后重试');