|
@@ -75,6 +75,15 @@
|
|
</view>
|
|
</view>
|
|
<!-- 功能菜单 -->
|
|
<!-- 功能菜单 -->
|
|
<view class="function-menu" >
|
|
<view class="function-menu" >
|
|
|
|
+ <view class="item" @click="gotoHousekeepManage()">
|
|
|
|
+ <view class="item-icon">
|
|
|
|
+ <img src="../../assets/img/antOutline-dashboard.svg" alt="">
|
|
|
|
+ </view>
|
|
|
|
+ <view class="item-name">
|
|
|
|
+ 远程抄表
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
<template v-if="accountType">
|
|
<template v-if="accountType">
|
|
<view class="item" @click="gotoUrl('pagesFinance/user/stationsList')" >
|
|
<view class="item" @click="gotoUrl('pagesFinance/user/stationsList')" >
|
|
|
|
|
|
@@ -340,6 +349,9 @@
|
|
this.getHomePage()
|
|
this.getHomePage()
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ gotoHousekeepManage(){
|
|
|
|
+ window.location.href='https://dgj.hbjp.com.cn/charging-prod/jp-housekeep-manage/#/'
|
|
|
|
+ },
|
|
switchBtn(e){
|
|
switchBtn(e){
|
|
|
|
|
|
var obj=this.columns[e[0]]
|
|
var obj=this.columns[e[0]]
|