Browse Source

修改banner图代码逻辑

fanghuisheng 2 years ago
parent
commit
f0113b7067
1 changed files with 2 additions and 2 deletions
  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,
     },
     {