|
|
@@ -127,7 +127,7 @@
|
|
|
|
|
|
<script setup lang="uts">
|
|
|
import { ref, onMounted, reactive } from 'vue'
|
|
|
- import { getUserInfo } from '../../utils/storage'
|
|
|
+ import { getUserInfo,checkPermi } from '../../utils/storage'
|
|
|
import FlowChart from '../../components/index/flow-chart/flow-chart.uvue'
|
|
|
import { getOrderList, almostOverdueList, overdueList, pendingList } from '../../api/order/list'
|
|
|
import { listMyRate } from '../../api/score/index'
|
|
|
@@ -138,7 +138,6 @@
|
|
|
import { getBaseUrl } from '../../utils/request'
|
|
|
import { KeepLive } from '@/uni_modules/android-keeplive'
|
|
|
import { getMyNotify, registerServer} from '../../api/index/index'
|
|
|
- import {checkPermi} from '../../utils/storage'
|
|
|
// const handleStartKeepAlive = (userId: string) => {
|
|
|
// let notifyUrl = getBaseUrl() + "/mobile/notify";
|
|
|
// console.log("通知地址:" + notifyUrl)
|