Browse Source

基础页面

wgl 4 years ago
parent
commit
ed9df3fd33

+ 23 - 0
src/projects/business/router/common.js

@@ -122,6 +122,29 @@ const routesCommon = [
 							mode: true
 						}
 					},
+					//手表绑定列表
+					{
+						path: 'watchBindList',
+						name: 'CommonDeviceWatchBindList',
+						component: () => import('../views/Common/Device/WatchBindList.vue'),
+						meta: {
+							requireAuth: true,
+							role: [],
+							title: '手表绑定列表',
+							mode: true
+						}
+					},
+					//手表绑定详情
+					{
+						path: 'watchBindInfo',
+						name: 'CommonDeviceWatchBindInfo',
+						component: () => import('../views/Common/Device/WatchBindInfo.vue'),
+						meta: {
+							requireAuth: false,
+							role: [],
+							title: '手表绑定详情',
+						}
+					},
 				],
 			},
 

+ 8 - 0
src/projects/business/views/Common/Device/WatchBindInfo.vue

@@ -0,0 +1,8 @@
+<template>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>

+ 8 - 0
src/projects/business/views/Common/Device/WatchBindList.vue

@@ -0,0 +1,8 @@
+<template>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>

+ 1 - 1
src/projects/pension/views/Master/HomeBigFont.vue

@@ -44,7 +44,7 @@
 				</li>
 				<li class="mui-table-view-cell mui-col-xs-6">
 					<div class="vongi-color-block block-green">
-						<router-link :to="{name:'MasterHealthArchives'}">
+						<router-link :to="{name:'MasterRelativesPhoneList'}">
 							<div class="mui-h1 iconfont icon-contacts"></div>
 							<div class="mui-media-body">联系人</div>
 						</router-link>