Handy_Cao há 1 ano atrás
pai
commit
48dae5e8b9
2 ficheiros alterados com 6 adições e 0 exclusões
  1. 3 0
      src/packages/gzcj/router/index.ts
  2. 3 0
      src/packages/nhgj/router/index.ts

+ 3 - 0
src/packages/gzcj/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=6479234427'
+        },
         children: [
           {
             path: '',

+ 3 - 0
src/packages/nhgj/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=6479228257'
+        },
         children: [
           {
             path: '',