Handy_Cao 1 年之前
父节点
当前提交
9823363f69
共有 2 个文件被更改,包括 6 次插入0 次删除
  1. 3 0
      src/packages/qdhs/router/index.ts
  2. 3 0
      src/packages/thj/router/index.ts

+ 3 - 0
src/packages/qdhs/router/index.ts

@@ -32,6 +32,9 @@ const routes: Array<RouteRecordRaw> = [
         path: '',
         name: 'home',
         component: () => import('../views/home/Index.vue'),
+        props: {
+          iosUpdateUrl: 'https://itunes.apple.com/lookup?id=6468948889'
+        },
         children: [
           {
             path: '',

+ 3 - 0
src/packages/thj/router/index.ts

@@ -33,6 +33,9 @@ const routes: Array<RouteRecordRaw> = [
         path: '',
         name: 'home',
         component: () => import('@mobile/views/home/Index.vue'),
+        props: {
+          iosUpdateUrl: 'https://itunes.apple.com/lookup?id=1661067556'
+        },
         children: [
           ...homeRoutes,
           {