修复小程序运行报错bug

This commit is contained in:
2024-10-25 09:27:58 +08:00
parent 03a7c73f90
commit 3dea396d0d
6 changed files with 6 additions and 40 deletions

View File

@@ -191,12 +191,6 @@
const loginFormRef = ref()
const envChangeTipsRef = ref()
const refAgr = ref()
// #ifdef MP-WEIXIN
// 控制 音乐播放 和暂停
import {
getPushStatus
} from "@/commons/utils/pushmsg/wxTextToSpeach.js"
// #endif
const rules = {
merchantName: {
rules: [formUtil.rules.requiredInputShowToast('商户号')],