Răsfoiți Sursa

+ 차량 상담 링크 env 처리

송용우 1 lună în urmă
părinte
comite
b53392572a

+ 4 - 1
app/pages/models/detail/rs-e-tron-gt-performance-master-2025.vue

@@ -260,7 +260,10 @@
     },
     {
       text: "차량 상담",
-      url: config.public.testdrive,
+      url:
+        "https://www.audikoreaevent.co.kr/lms/application/applyTestdrive.do?device=W&inflPathAclsCd=A18&inflPathBclsCd=B03&dealerCd=" +
+        config.public.testDriveCode +
+        "&selectCar=RSETGTPFM25&step=1&testType=2",
       target: "_blank",
       showIcon: true,
     },

+ 4 - 1
app/pages/models/detail/s-etron-gt.vue

@@ -268,7 +268,10 @@
     },
     {
       text: "차량 상담",
-      url: config.public.testdrive,
+      url:
+        "https://www.audikoreaevent.co.kr/lms/application/applyTestdrive.do?device=W&inflPathAclsCd=A18&inflPathBclsCd=B03&dealerCd=" +
+        config.public.testDriveCode +
+        "&selectCar=SETGT25&step=1&testType=2",
       target: "_blank",
       showIcon: true,
     },