App-Android(使用App+htnl5框架,解决消息推送兼容SignalR问题)
loulijun2021
2022-09-28 0e5cc5f682866e32be324024a72f54d117eb6423
pages/xtsy/index.html
@@ -31,8 +31,8 @@
            <van-nav-bar title="工作台" @click-right="onClickRight">
               <template #right>
                  <van-popover  placement="bottom-end" :offset="[13,8]" v-model="showPopover"
                     trigger="click" :actions="actions" @select="onSelect">
                  <van-popover placement="bottom-end" :offset="[13,8]" v-model="showPopover" trigger="click"
                     :actions="actions" @select="onSelect">
                     <template #reference>
                        <van-icon name="bars" size='20' color='#fff' />
                     </template>
@@ -137,9 +137,12 @@
                     url = '../sbgl/dqby.html'
                     break;
                  case '2042':
                     url = '../sbgl/sbwx.html'
                     url = '../sbgl/wxsq.html'
                     break;
                  case '2043':
                     url = '../sbgl/sbwx.html'
                     break;
                  case '2044':
                     url = '../sbgl/wxyz.html'
                     break;
               }
@@ -151,12 +154,12 @@
            },
            // 顶部右图标下拉选择
            onSelect(action) {
               if(action.text==='操作指导'){
               if (action.text === '操作指导') {
                  topPopoverClick('操作指导')
               }else if(action.text==='成品追溯'){
               } else if (action.text === '成品追溯') {
                  topPopoverClick('成品追溯')
               }else if(action.text==='退出登录'){
                  topPopoverClick('退出登录')
               } else if (action.text === '退出登录') {
                  topPopoverClick('退出登录')
               }
               this.overlayShow = false
            },