test(custom): 去除监控测试代码

This commit is contained in:
2023-11-21 18:14:20 +08:00
parent ad8705eb42
commit efb6a5ec38
3 changed files with 2 additions and 6 deletions

View File

@@ -55,8 +55,4 @@
import { useUserStore } from '@/store'
const userStore = useUserStore()
// eslint-disable-next-line no-undef,no-unreachable
mytest()
throw new Error('error')
</script>