Browse Source

build: H5

zhengxy 2 years ago
parent
commit
68394537d1
3 changed files with 6 additions and 3 deletions
  1. 1 1
      qwh5/dist/index.html
  2. 1 1
      qwh5/dist/js/app.9ed7c498.js
  3. 4 1
      qwh5/src/router/index.ts

File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/index.html


File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/js/app.9ed7c498.js


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

69
   {
69
   {
70
     path: '/playletGroupH5',
70
     path: '/playletGroupH5',
71
     name: 'playletGroupH5',
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