Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
S'inscrire
Connexion
suimang
/
yqzj_front_home
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
edit link
master
chutingting
il y a 1 an
Parent
1156463161
révision
ec17824cf6
4 fichiers modifiés
avec
6 ajouts
et
5 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Voir le fichier
@@ -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'
Écrire
Aperçu
Chargement…
Annuler
Enregistrer