Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
suimang
/
yqzj_front_home
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
edit link
master
chutingting
hace 1 año
padre
1156463161
commit
ec17824cf6
Se han
modificado 4 ficheros
con
6 adiciones
y
5 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-2
src/views/about/index.vue
+2
-2
src/views/aigc/index.vue
+1
-1
src/views/article/details.vue
+1
-0
src/views/metadaily/index.vue
+ 2
- 2
src/views/about/index.vue
Ver fichero
@@ -80,8 +80,8 @@ export default {
this.gg1 = gg1
}
},
bannerCk(item) {
item.newOpen === 1 ? window.open(item.link) : window.location.href = item.link
bannerCk
(item) {
item.newOpen === 1 ? window.open(item.link) : window.location.href = item.link
},
async getaboutUs () {
const { data: { code, data } } = await aboutUs()
+ 2
- 2
src/views/aigc/index.vue
Ver fichero
@@ -141,8 +141,8 @@ export default {
this.gg2 = gg2
}
},
bannerCk(item) {
item.newOpen === 1 ? window.open(item.link) : window.location.href = item.link
bannerCk
(item) {
item.newOpen === 1 ? window.open(item.link) : window.location.href = item.link
},
async getshuzirenremark () {
const { data: { code, data } } = await shuzirenremark()
+ 1
- 1
src/views/article/details.vue
Ver fichero
@@ -102,7 +102,7 @@ export default {
.date {
font-size: 14px;
color: #7D8392;
line-height: 30px;
line-height: 30px;
margin: 30px 0;
}
}
+ 1
- 0
src/views/metadaily/index.vue
Ver fichero
@@ -56,6 +56,7 @@
</div>
</template>
<script>
/* eslint-disable */
import Swiper from '@/components/swiper'
import HotNews from '@/components/hotNews'
import { guanggao, lunboList, hotNewsConfig, shendu, zixun, hotnews } from '@/api/metadaily.js'
Escribir
Vista previa
Cargando…
Cancelar
Guardar