src/pages/inspectionTask/index.vue
@@ -9,7 +9,6 @@ import { getWebViewUrl } from "@/utils/index.js"; import WebViewPlus from "@/components/WebViewPlus.vue"; import { onHide, onShow } from "@dcloudio/uni-app"; import { errorFactory } from "sass-loader/dist/utils.js"; import { useAppStore } from "@/store/index.js"; const appStore = useAppStore(); @@ -66,7 +65,7 @@ // #endif } } const isApp = ref(false); onShow(() => { const joinParams = uni.getStorageSync("joinParams"); if (joinParams) {