|
@@ -137,6 +137,17 @@ import drivePc3_ru from "@/assets/images/caiwu/财务pc_ru.png";
|
|
|
import driveMobile3_white_ru from "@/assets/images/caiwu/财务驾驶舱_white_ru.png";
|
|
import driveMobile3_white_ru from "@/assets/images/caiwu/财务驾驶舱_white_ru.png";
|
|
|
import driveMobile3_ru from "@/assets/images/caiwu/财务驾驶舱_ru.png";
|
|
import driveMobile3_ru from "@/assets/images/caiwu/财务驾驶舱_ru.png";
|
|
|
|
|
|
|
|
|
|
+// 供应链驾驶舱 - 英文
|
|
|
|
|
+import drivePc4_white_en from "@/assets/images/gongying/gong_white_en.png";
|
|
|
|
|
+import drivePc4_en from "@/assets/images/gongying/供应链pc_en.png";
|
|
|
|
|
+import driveMobile4_white_en from "@/assets/images/gongying/供应链驾驶舱_white_en.png";
|
|
|
|
|
+import driveMobile4_en from "@/assets/images/gongying/供应链驾驶舱_en.png";
|
|
|
|
|
+
|
|
|
|
|
+import drivePc4_white_ru from "@/assets/images/gongying/gong_white_ru.png";
|
|
|
|
|
+import drivePc4_ru from "@/assets/images/gongying/供应链pc_ru.png";
|
|
|
|
|
+import driveMobile4_white_ru from "@/assets/images/gongying/供应链驾驶舱_white_ru.png";
|
|
|
|
|
+import driveMobile4_ru from "@/assets/images/gongying/供应链驾驶舱_ru.png";
|
|
|
|
|
+
|
|
|
import all from "@/assets/images/driveall.png";
|
|
import all from "@/assets/images/driveall.png";
|
|
|
import jingying from "@/assets/images/jingying.png";
|
|
import jingying from "@/assets/images/jingying.png";
|
|
|
import shengc from "@/assets/images/shengc.png";
|
|
import shengc from "@/assets/images/shengc.png";
|
|
@@ -223,8 +234,19 @@ const getDriveCards = () => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 供应链驾驶舱图片(目前只有中文)
|
|
// 供应链驾驶舱图片(目前只有中文)
|
|
|
- const supplyPcBg = isLight ? drivePc4_white : drivePc4;
|
|
|
|
|
- const supplyMobileBg = isLight ? driveMobile4_white : driveMobile4;
|
|
|
|
|
|
|
+ let supplyPcBg, supplyMobileBg;
|
|
|
|
|
+
|
|
|
|
|
+ if (isEn) {
|
|
|
|
|
+ supplyPcBg = isLight ? drivePc4_white_en : drivePc4_en;
|
|
|
|
|
+ supplyMobileBg = isLight ? driveMobile4_white_en : driveMobile4_en;
|
|
|
|
|
+ } else if (isRu) {
|
|
|
|
|
+ supplyPcBg = isLight ? drivePc4_white_ru : drivePc4_ru;
|
|
|
|
|
+ supplyMobileBg = isLight ? driveMobile4_white_ru : driveMobile4_ru;
|
|
|
|
|
+ } else {
|
|
|
|
|
+ // 中文
|
|
|
|
|
+ supplyPcBg = isLight ? drivePc4_white : drivePc4;
|
|
|
|
|
+ supplyMobileBg = isLight ? driveMobile4_white : driveMobile4;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
// 市场驾驶舱图片(目前只有中文)
|
|
// 市场驾驶舱图片(目前只有中文)
|
|
|
const marketingPcBg = isLight ? drivePc5_white : drivePc5;
|
|
const marketingPcBg = isLight ? drivePc5_white : drivePc5;
|