John-Hong 2 жил өмнө
parent
commit
95f5bbd71b

+ 3 - 0
src/components/Login/Login.vue

@@ -311,11 +311,14 @@ export default {
       // }
       const href = `${window.location.href}`;
       if (/dev-/.test(href)) {
+        console.log('314', '在这里定位问题 dev');
         return 'https://qa-crm-kpl.kerryprops.com.cn/xcrm-api';
       }
       if (/qa-/.test(href)) {
+        console.log('314', '在这里定位问题  qa');
         return 'https://qa-crm-kpl.kerryprops.com.cn/xcrm-api';
       }
+      console.log('314', '在这里定位问题  prod');
       // TODO 在 sl 环境验证生产数据时,先使用qa环境的websocket通信
       return 'https://qa-crm-kpl.kerryprops.com.cn/xcrm-api';
       // return `https://crm.kerryplus.com/xcrm-api`;

+ 3 - 3
src/components/uni-number-box/uni-number-box.vue

@@ -130,7 +130,7 @@ export default {
   display: flex;
   /* #endif */
   flex-direction: row;
-  height: 35px;
+  height: 35PX;
   line-height: 35px;
   width: 120px;
 }
@@ -138,7 +138,7 @@ export default {
 .uni-numbox__value {
   background-color: #ffffff;
   width: 40px;
-  height: 33px;
+  height: 33PX;
   text-align: center;
   font-size: 32px;
   border-width: 1px;
@@ -156,7 +156,7 @@ export default {
   align-items: center;
   justify-content: center;
   width: 35px;
-  height: 35px;
+  height: 35PX;
   /* line-height: $box-line-height;
 */
   /* text-align: center;