Xiao_123 2 kuukautta sitten
vanhempi
commit
ff8b7773d6
1 muutettua tiedostoa jossa 1 lisäystä ja 10 poistoa
  1. 1 10
      components/Advertisement/index.vue

+ 1 - 10
components/Advertisement/index.vue

@@ -21,16 +21,7 @@ import { getWebContent } from '@/api/common'
 
 const current = ref(0)
 const inputDialog = ref()
-const swiperList = ref([
-	// {
-	// 	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 swiperList = ref([])
 
 // 获取广告图
 const getSystemWebContent = async () => {