|
@@ -76,23 +76,23 @@
|
|
<div class="vongi-index-floor">
|
|
<div class="vongi-index-floor">
|
|
<h4 class="vongi-floor-title">功能推荐区</h4>
|
|
<h4 class="vongi-floor-title">功能推荐区</h4>
|
|
<div class="vongi-index-inter flew-sp">
|
|
<div class="vongi-index-inter flew-sp">
|
|
- <div class="mui-col-xs-6">
|
|
|
|
|
|
+ <div class="mui-col-xs-6" v-if="false">
|
|
<router-link :to="{name:'MasterMineEditInfo'}" class="vongi-floor-padded">
|
|
<router-link :to="{name:'MasterMineEditInfo'}" class="vongi-floor-padded">
|
|
<div class="mui-media-body">
|
|
<div class="mui-media-body">
|
|
- <h4 class="mui-ellipsis">关联健康码</h4>
|
|
|
|
- <p class="mui-ellipsis">出行更便捷</p>
|
|
|
|
|
|
+ <h4 class="mui-ellipsis">排班表</h4>
|
|
|
|
+ <p class="mui-ellipsis">查看我的班次</p>
|
|
</div>
|
|
</div>
|
|
- <img class="mui-media-object mui-pull-right" src="http://rccs.oss-cn-hangzhou.aliyuncs.com/jp_housekeeper/img/cicon15.png?x-oss-process=image/resize,h_50,m_lfit" width="54" />
|
|
|
|
|
|
+ <img class="mui-media-object mui-pull-right" src="http://rccs.oss-cn-hangzhou.aliyuncs.com/jp_housekeeper/img/icon_paibanbiao.png?x-oss-process=image/resize,h_50,m_lfit" width="40px" />
|
|
</router-link>
|
|
</router-link>
|
|
</div>
|
|
</div>
|
|
<div class="mui-col-xs-6">
|
|
<div class="mui-col-xs-6">
|
|
- <router-link :to="{name:'MasterMineFeedback'}" class="vongi-floor-padded">
|
|
|
|
|
|
+ <a @click="getDown" class="vongi-floor-padded">
|
|
<div class="mui-media-body">
|
|
<div class="mui-media-body">
|
|
- <h4 class="mui-ellipsis">问题反馈</h4>
|
|
|
|
- <p class="mui-ellipsis">感谢您的发声</p>
|
|
|
|
|
|
+ <h4 class="mui-ellipsis">操作手册</h4>
|
|
|
|
+ <p class="mui-ellipsis">快速熟悉功能</p>
|
|
</div>
|
|
</div>
|
|
- <img class="mui-media-object mui-pull-right" src="http://rccs.oss-cn-hangzhou.aliyuncs.com/jp_housekeeper/img/cicon18.png?x-oss-process=image/resize,h_50,m_lfit" width="54" />
|
|
|
|
- </router-link>
|
|
|
|
|
|
+ <img class="mui-media-object mui-pull-right" src="http://rccs.oss-cn-hangzhou.aliyuncs.com/jp_housekeeper/img/icon_caozuoshouce.png?x-oss-process=image/resize,h_50,m_lfit" width="40px" />
|
|
|
|
+ </a>
|
|
</div>
|
|
</div>
|
|
<div v-if="noticeList.length" class="mui-col-xs-12">
|
|
<div v-if="noticeList.length" class="mui-col-xs-12">
|
|
<div class="vongi-floor-padded">
|
|
<div class="vongi-floor-padded">
|
|
@@ -144,6 +144,10 @@
|
|
},
|
|
},
|
|
created() {},
|
|
created() {},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ getDown(){
|
|
|
|
+ var url='http://rccs.oss-cn-hangzhou.aliyuncs.com/jp_housekeeper/xsy/file/%E5%BE%AE%E4%BF%A1%E6%93%8D%E4%BD%9C.docx';
|
|
|
|
+ window.location=url;
|
|
|
|
+ },
|
|
goto(url){
|
|
goto(url){
|
|
window.location=url;
|
|
window.location=url;
|
|
},
|
|
},
|