See999 4 years ago
parent
commit
6f9e47840b
2 changed files with 10 additions and 10 deletions
  1. 9 9
      src/router/modules/dialysis.js
  2. 1 1
      src/xt_pages/kuyiShopping/index.vue

+ 9 - 9
src/router/modules/dialysis.js View File

@@ -11,15 +11,15 @@ export default {
11 11
     icon: 'touxi'
12 12
   },
13 13
   children: [
14
-    {
15
-      path: '/dialysis/home',
16
-      component: () => import('@/xt_pages/home/index'),
17
-      name: 'home',
18
-      meta: {
19
-        title: 'home',
20
-        noCache: true
21
-      }
22
-    },
14
+    // {
15
+    //   path: '/dialysis/home',
16
+    //   component: () => import('@/xt_pages/home/index'),
17
+    //   name: 'home',
18
+    //   meta: {
19
+    //     title: 'home',
20
+    //     noCache: true
21
+    //   }
22
+    // },
23 23
     {
24 24
       path: '/dialysis/watch',
25 25
       component: () => import('@/xt_pages/dialysis/bloodPresssWatch'),

+ 1 - 1
src/xt_pages/kuyiShopping/index.vue View File

@@ -1,5 +1,5 @@
1 1
 <template>
2 2
     <div class="page_kuyishopping" style="width:100%;height:100%;">
3
-        <iframe style="width:100%;height:100%;" src="http://market.kuyicloud.com/app/index.php?i=2&c=entry&m=ewei_shopv2&do=mobile&r=pc" frameborder="0"></iframe>
3
+        <iframe style="width:100%;height:100%;" src="https://market.kuyicloud.com/app/index.php?i=2&c=entry&m=ewei_shopv2&do=mobile&r=pc" frameborder="0"></iframe>
4 4
     </div>
5 5
 </template>