浏览代码

build: H5

zhengxy 2 年之前
父节点
当前提交
68394537d1
共有 3 个文件被更改,包括 6 次插入3 次删除
  1. 1 1
      qwh5/dist/index.html
  2. 1 1
      qwh5/dist/js/app.9ed7c498.js
  3. 4 1
      qwh5/src/router/index.ts

文件差异内容过多而无法显示
+ 1 - 1
qwh5/dist/index.html


文件差异内容过多而无法显示
+ 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