zhengxy vor 2 Jahren
Ursprung
Commit
68394537d1
3 geänderte Dateien mit 6 neuen und 3 gelöschten Zeilen
  1. 1 1
      qwh5/dist/index.html
  2. 1 1
      qwh5/dist/js/app.9ed7c498.js
  3. 4 1
      qwh5/src/router/index.ts

Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
qwh5/dist/index.html


Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
qwh5/dist/js/app.9ed7c498.js


+ 4 - 1
qwh5/src/router/index.ts

@@ -69,7 +69,10 @@ const routes: Array<RouteRecordRaw> = [
69 69
   {
70 70
     path: '/playletGroupH5',
71 71
     name: 'playletGroupH5',
72
-    component: () => import(/*webpackChunkName:"playletGroupH5" */ '@/views/playletGroupH5.vue')
72
+    component: () => import(/*webpackChunkName:"playletGroupH5" */ '@/views/playletGroupH5.vue'),
73
+    meta: {
74
+      title: '短剧推荐'
75
+    },
73 76
   },
74 77
 ]
75 78