ソースを参照

更新 默认货主

wzh 3 年 前
コミット
11bc1c6d23
1 ファイル変更3 行追加1 行削除
  1. 3 1
      src/views/index/Login.vue

+ 3 - 1
src/views/index/Login.vue

@@ -265,7 +265,9 @@ function getLevel2domain() {
     }
     currentCompanyLevelTwo.value = baseurl.substring(plenth, index2);
   }
-  // currentCompanyLevelTwo.value = "dhly";
+  if (!cargoOwners.value[currentCompanyLevelTwo.value]?.cargoOwnerId) {
+    currentCompanyLevelTwo.value = "wuchan";
+  }
   console.log(currentCompanyLevelTwo.value);
 }