ソースを参照

fix: 修改测试环境地址

allen 3 ヶ月 前
コミット
2275e8d4cb
3 ファイル変更9 行追加2 行削除
  1. 1 0
      .gitignore
  2. 7 1
      pages/cb/wenshizs/components/OperationCard.vue
  3. 1 1
      util/api.js

+ 1 - 0
.gitignore

@@ -5,6 +5,7 @@ unpackage/
 npm-debug.log*
 yarn-debug.log*
 yarn-error.log*
+unpackage/*
 
 # Editor directories and files
 .idea

+ 7 - 1
pages/cb/wenshizs/components/OperationCard.vue

@@ -192,12 +192,15 @@ export default {
       height: 48rpx;
       background: #ffffff;
       border-radius: 8rpx;
-      padding: 0 4rpx;
+      padding: 0 6rpx;
       .hand {
         width: 50%;
         border-radius: 8rpx;
         text-align: center;
         height: 40rpx;
+        display: flex;
+        align-items: center;
+        justify-content: center;
         font-family: 'Source Han Sans CN VF';
         font-size: 24rpx;
         font-weight: 400;
@@ -207,6 +210,9 @@ export default {
         width: 50%;
         border-radius: 8rpx;
         text-align: center;
+        display: flex;
+        align-items: center;
+        justify-content: center;
         height: 40rpx;
         font-family: 'Source Han Sans CN VF';
         font-size: 24rpx;

+ 1 - 1
util/api.js

@@ -12,7 +12,7 @@ export const myRequest = (options) => {
     //     : 'http://8.136.98.49:8002';
     // BASE_URL = process.env.NODE_ENV === 'development' ? "http://8.136.98.49:8002" : "http://8.136.98.49:8002"
     // BASE_URL = 'http://192.168.1.77:8002'
-    BASE_URL = 'http://218.28.198.186:10522';
+    BASE_URL = 'http://218.28.198.186:10508';
   }
   // BASE_URL = 'http://192.168.1.52:8003'
   // console.log(BASE_URL)