Browse Source

修改banner图代码逻辑

fanghuisheng 2 năm trước cách đây
mục cha
commit
f0113b7067
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/pages/index.vue

+ 2 - 2
src/pages/index.vue

@@ -195,13 +195,13 @@ const arrayList = reactive({
   selectedCode: 10012,
   codeResult: "",
 
-  swiperBool: true,
+  swiperBool: false,
   swiperIndex: 0,
   swiperTime: 5000,
   swiperList: [
     {
       url: "../static/images/index/banner1.png",
-      link: "https://www.baidu.com/",
+      link: "",
       linkType: 1,
     },
     {