skyline 1 týždeň pred
rodič
commit
a8342579dc

+ 1 - 1
admin-mp/src/utils/index.js

@@ -163,7 +163,7 @@ export const request = (config) => {
 
   // 根据admin-web配置,基础API地址为后台服务地址
   // 请根据实际部署情况修改此地址
-  const baseApi = 'https://dev-wash-cloud.kuaiyuman.cn/admin' // admin-web的后台服务地址
+  const baseApi = 'https://cloud.yeswash.cn/admin' // admin-web的后台服务地址
 
   const fullUrl = `${baseApi}${url}`
   console.log(`发起${method}请求:`, fullUrl)

+ 3 - 0
admin-web-new/.env.production

@@ -1,3 +1,6 @@
+# 线上环境接口地址
+VITE_API_URL = https://cloud.yeswash.cn/
+
 # 线上环境平台打包路径
 VITE_PUBLIC_PATH = /
 

+ 1 - 1
admin-web/.env.production

@@ -2,7 +2,7 @@
 ENV = production
 
 # 线上环境接口地址
-VITE_API_URL =
+VITE_API_URL = https://cloud.yeswash.cn/
 VITE_FILE_URL = http://static.kuaiyuman.cn/
 
 VITE_PUBLIC_PATH = ./

+ 4 - 4
car-wash-mp/src/pages-order/detail/index.vue

@@ -261,7 +261,7 @@ const fallbackCopy = (orderId: string) => {
     gap: 12rpx;
 
     .summary-label {
-      font-size: 24rpx;
+      font-size: 26rpx;
       color: $uni-text-color-hint;
     }
 
@@ -289,7 +289,7 @@ const fallbackCopy = (orderId: string) => {
     .summary-badge {
       padding: 10rpx 24rpx;
       border-radius: 20rpx;
-      font-size: 24rpx;
+      font-size: 26rpx;
       font-weight: $uni-font-weight-medium;
       white-space: nowrap;
 
@@ -378,7 +378,7 @@ const fallbackCopy = (orderId: string) => {
       }
 
       .copy-btn {
-        font-size: 22rpx;
+        font-size: 24rpx;
         color: $uni-color-primary;
         padding: 4rpx 12rpx;
         border-radius: 6rpx;
@@ -450,7 +450,7 @@ const fallbackCopy = (orderId: string) => {
       align-items: center;
 
       .fee-meta {
-        font-size: 24rpx;
+        font-size: 26rpx;
         color: $uni-text-color-hint;
       }
     }

+ 6 - 6
car-wash-mp/src/pages-order/list/index.vue

@@ -231,7 +231,7 @@ const handleCopy = (orderId: string) => {
       flex: 1;
 
       .copy-btn {
-        font-size: 22rpx;
+        font-size: 24rpx;
         color: $uni-color-primary;
         padding: 4rpx 12rpx;
         border-radius: 6rpx;
@@ -247,7 +247,7 @@ const handleCopy = (orderId: string) => {
     }
 
     .order-status {
-      font-size: 22rpx;
+      font-size: 24rpx;
       padding: 6rpx 16rpx;
       border-radius: 20rpx;
       font-weight: $uni-font-weight-medium;
@@ -285,7 +285,7 @@ const handleCopy = (orderId: string) => {
         gap: 8rpx;
 
         .info-label {
-          font-size: 24rpx;
+          font-size: 26rpx;
           color: $uni-text-color-hint;
         }
 
@@ -304,7 +304,7 @@ const handleCopy = (orderId: string) => {
       gap: 8rpx;
 
       .amount-label {
-        font-size: 22rpx;
+        font-size: 24rpx;
         color: $uni-text-color-hint;
       }
 
@@ -314,7 +314,7 @@ const handleCopy = (orderId: string) => {
         gap: 4rpx;
 
         .amount-symbol {
-          font-size: 24rpx;
+          font-size: 26rpx;
           color: $uni-color-primary;
           font-weight: $uni-font-weight-medium;
         }
@@ -340,7 +340,7 @@ const handleCopy = (orderId: string) => {
       display: flex;
       align-items: center;
       gap: 4rpx;
-      font-size: 24rpx;
+      font-size: 26rpx;
       color: $uni-text-color-hint;
     }
   }

+ 1 - 1
car-wash-mp/src/pages-order/pay/index.vue

@@ -277,7 +277,7 @@ onHide(() => {
     height: 40rpx;
     background: rgba(0, 0, 0, 0.5);
     color: $uni-text-color-inverse;
-    font-size: 24rpx;
+    font-size: 26rpx;
   }
 }
 

+ 1 - 1
car-wash-mp/src/pages-user/contact/index.vue

@@ -277,7 +277,7 @@ onHide(() => {
     height: 40rpx;
     background: rgba(0, 0, 0, 0.5);
     color: $uni-text-color-inverse;
-    font-size: 24rpx;
+    font-size: 26rpx;
   }
 }
 

+ 2 - 1
car-wash-mp/src/pages-user/profile/index.vue

@@ -225,7 +225,7 @@ onShow(() => {
 }
 
 .plate-input-hint text {
-  font-size: 24rpx;
+  font-size: 26rpx;
   color: $uni-text-color-tertiary;
   line-height: 1.5;
 }
@@ -261,6 +261,7 @@ onShow(() => {
 }
 
 .plate-item.new-energy {
+  width: 80rpx;
   border-color: $uni-color-success;
   background-color: rgba($uni-color-success, 0.06);
 }

+ 6 - 6
car-wash-mp/src/pages-user/wallet/index.vue

@@ -302,7 +302,7 @@ const handleClickDetail = (walletDetail: any) => {
     color: $uni-color-primary;
     padding: 10rpx 24rpx;
     border-radius: 32rpx;
-    font-size: 24rpx;
+    font-size: 26rpx;
     font-weight: $uni-font-weight-medium;
 
     &:active {
@@ -321,7 +321,7 @@ const handleClickDetail = (walletDetail: any) => {
 
     .balance-label {
       color: $uni-text-color-hint;
-      font-size: 24rpx;
+      font-size: 26rpx;
       margin-bottom: 12rpx;
       letter-spacing: 1rpx;
     }
@@ -383,7 +383,7 @@ const handleClickDetail = (walletDetail: any) => {
 
         .detail-label {
           color: rgba(255, 255, 255, 0.8);
-          font-size: 22rpx;
+          font-size: 24rpx;
         }
 
         .detail-value {
@@ -515,13 +515,13 @@ const handleClickDetail = (walletDetail: any) => {
           gap: 16rpx;
 
           .info-label {
-            font-size: 24rpx;
+            font-size: 26rpx;
             color: $uni-text-color-tertiary;
             width: 80rpx;
           }
 
           .info-value {
-            font-size: 24rpx;
+            font-size: 26rpx;
             color: $uni-text-color-secondary;
             flex: 1;
             word-break: break-all;
@@ -536,7 +536,7 @@ const handleClickDetail = (walletDetail: any) => {
         gap: 8rpx;
 
         .status-tag {
-          font-size: 22rpx;
+          font-size: 24rpx;
           padding: 6rpx 16rpx;
           border-radius: 20rpx;
           font-weight: $uni-font-weight-medium;

+ 1 - 1
car-wash-mp/src/pages-user/wallet/recharge.vue

@@ -214,7 +214,7 @@ const confirm = () => {
   display: inline-flex;
   align-items: center;
   gap: 4rpx;
-  font-size: 20rpx;
+  font-size: 24rpx;
   font-weight: $uni-font-weight-medium;
   color: $uni-color-primary;
   line-height: 1;

+ 6 - 6
car-wash-mp/src/pages-wash/device/index.vue

@@ -351,7 +351,7 @@ const handleGotoRechage = () => {
     gap: 8rpx;
     padding: 8rpx 20rpx;
     border-radius: 20rpx;
-    font-size: 24rpx;
+    font-size: 26rpx;
     font-weight: $uni-font-weight-medium;
     margin-bottom: 24rpx;
 
@@ -404,7 +404,7 @@ const handleGotoRechage = () => {
       background: rgba($uni-color-primary, 0.08);
       color: $uni-color-primary;
       border-radius: 16rpx;
-      font-size: 22rpx;
+      font-size: 24rpx;
       font-weight: $uni-font-weight-medium;
     }
   }
@@ -518,7 +518,7 @@ const handleGotoRechage = () => {
       }
 
       .button-tip {
-        font-size: 22rpx;
+        font-size: 24rpx;
         color: rgba(255, 255, 255, 0.75);
       }
 
@@ -581,7 +581,7 @@ const handleGotoRechage = () => {
         border-radius: 50%;
         background: $uni-color-primary;
         color: $uni-text-color-inverse;
-        font-size: 22rpx;
+        font-size: 24rpx;
         font-weight: $uni-font-weight-semibold;
         display: flex;
         align-items: center;
@@ -632,7 +632,7 @@ const handleGotoRechage = () => {
       gap: 6rpx;
 
       .balance-label {
-        font-size: 24rpx;
+        font-size: 26rpx;
         color: $uni-text-color-hint;
       }
 
@@ -642,7 +642,7 @@ const handleGotoRechage = () => {
         gap: 4rpx;
 
         .amount-symbol {
-          font-size: 24rpx;
+          font-size: 26rpx;
           color: $uni-color-primary;
           font-weight: $uni-font-weight-medium;
         }

+ 1 - 1
car-wash-mp/src/pages-wash/scan/index.vue

@@ -163,7 +163,7 @@ const chooseImage = () => {
 }
 
 .action-label {
-  font-size: 24rpx;
+  font-size: 26rpx;
   color: #fff;
   margin-top: 20rpx;
 }

+ 5 - 5
car-wash-mp/src/pages-wash/station/index.vue

@@ -271,7 +271,7 @@ const getDeviceStatusClass = (stateVal: string) => {
     }
 
     .header-count {
-      font-size: 24rpx;
+      font-size: 26rpx;
       color: $uni-text-color-hint;
       background: $uni-bg-color-page;
       padding: 6rpx 16rpx;
@@ -310,7 +310,7 @@ const getDeviceStatusClass = (stateVal: string) => {
       }
 
       .device-status {
-        font-size: 22rpx;
+        font-size: 24rpx;
         padding: 6rpx 16rpx;
         border-radius: 20rpx;
         font-weight: $uni-font-weight-medium;
@@ -343,7 +343,7 @@ const getDeviceStatusClass = (stateVal: string) => {
         align-items: center;
 
         .info-label {
-          font-size: 24rpx;
+          font-size: 26rpx;
           color: $uni-text-color-hint;
         }
 
@@ -362,7 +362,7 @@ const getDeviceStatusClass = (stateVal: string) => {
       margin: 16rpx 0;
 
       .function-tag {
-        font-size: 22rpx;
+        font-size: 24rpx;
         padding: 6rpx 16rpx;
         background: rgba($uni-color-primary, 0.08);
         color: $uni-color-primary;
@@ -376,7 +376,7 @@ const getDeviceStatusClass = (stateVal: string) => {
       align-items: center;
       justify-content: flex-end;
       gap: 4rpx;
-      font-size: 24rpx;
+      font-size: 26rpx;
       color: $uni-text-color-hint;
       margin-top: 12rpx;
     }

+ 2 - 2
car-wash-mp/src/pages/index/index.vue

@@ -554,7 +554,7 @@ page {
     }
 
     .menu-title-text {
-      font-size: 24rpx;
+      font-size: 26rpx;
       color: $uni-text-color-secondary;
       font-weight: $uni-font-weight-medium;
       transition: color 0.2s ease;
@@ -594,7 +594,7 @@ page {
   }
 
   .station-header-count {
-    font-size: 24rpx;
+    font-size: 26rpx;
     color: $uni-text-color-hint;
   }
 }

+ 4 - 4
car-wash-mp/src/pages/map/index.vue

@@ -243,7 +243,7 @@ const handleNavStation = (station: any) => {
       background: $uni-color-primary;
       padding: 6rpx;
       color: $uni-text-color-inverse;
-      font-size: 24rpx;
+      font-size: 26rpx;
     }
   }
 
@@ -288,14 +288,14 @@ const handleNavStation = (station: any) => {
 
         &_func {
           padding-left: 50rpx;
-          font-size: 24rpx;
+          font-size: 26rpx;
           color: $uni-text-color-tertiary;
         }
       }
 
       &-position {
         display: inline-flex;
-        font-size: 24rpx;
+        font-size: 26rpx;
         margin-top: 8rpx;
       }
     }
@@ -310,7 +310,7 @@ const handleNavStation = (station: any) => {
   }
 
   &-distance {
-    font-size: 24rpx;
+    font-size: 26rpx;
     padding-left: 10rpx;
     margin-top: 8rpx;
   }

+ 4 - 4
car-wash-mp/src/pages/user/index.vue

@@ -351,7 +351,7 @@ page {
       }
 
       .user-tip {
-        font-size: 22rpx;
+        font-size: 24rpx;
         color: $uni-text-color-hint;
       }
     }
@@ -389,7 +389,7 @@ page {
         gap: 4rpx;
 
         .action-text {
-          font-size: 22rpx;
+          font-size: 24rpx;
           color: $uni-text-color-hint;
         }
       }
@@ -397,7 +397,7 @@ page {
 
     .wallet-balance {
       .balance-label {
-        font-size: 22rpx;
+        font-size: 24rpx;
         color: $uni-text-color-hint;
         margin-bottom: 8rpx;
         display: block;
@@ -409,7 +409,7 @@ page {
         gap: 6rpx;
 
         .balance-symbol {
-          font-size: 24rpx;
+          font-size: 26rpx;
           color: $uni-color-primary;
           font-weight: $uni-font-weight-medium;
         }

+ 2 - 2
car-wash-mp/src/utils/https.ts

@@ -10,8 +10,8 @@ const apis: any = {
         fileUrl: "https://zyp-1258963180.cos.ap-guangzhou.myqcloud.com/"
     },
     prd: {
-        serverUrl: "https://wash.kuaiyuman.cn/api",
-        fileUrl: "https://wash.kuaiyuman.cn",
+        serverUrl: "https://api.yeswash.cn/api",
+        fileUrl: "https://api.yeswash.cn",
     },
 };
 // @ts-ignore