瀏覽代碼

首页广告改回之前的注册广告,不做跳转

lifanagju_citu 5 月之前
父節點
當前提交
18cec584cb
共有 1 個文件被更改,包括 9 次插入1 次删除
  1. 9 1
      components/Advertisement/index.vue

+ 9 - 1
components/Advertisement/index.vue

@@ -20,7 +20,15 @@ import { ref, onMounted } from 'vue'
 
 const current = ref(0)
 const inputDialog = ref()
-const swiperList = [{ url: 'https://minio.menduner.com/dev/260c94447f93c5258e6b5c0db453f9da92ce59bebd1eef6bff3a8063d91d07f1.jpg', path: 'https://mp.weixin.qq.com/s/lI7_iHY1yaEqrb_kG1MusA' }]
+const swiperList = [
+	// {
+	// 	url: 'https://minio.menduner.com/dev/260c94447f93c5258e6b5c0db453f9da92ce59bebd1eef6bff3a8063d91d07f1.jpg',
+	// 	path: 'https://mp.weixin.qq.com/s/lI7_iHY1yaEqrb_kG1MusA'
+	// }
+	{
+		url: 'https://minio.menduner.com/dev/menduner/advertisement.jpg' // 注册广告
+	}
+]
 const currentPage = getCurrentPages()[0].route
 
 const closeAdd = () => {