build(deps): 依赖升级

This commit is contained in:
2023-11-21 17:57:31 +08:00
parent c55064ae99
commit ad8705eb42
7 changed files with 891 additions and 732 deletions

View File

@@ -18,7 +18,7 @@ export async function setupRouter(app) {
if (import.meta.env.VITE_SENTRY) {
Sentry.init({
app,
dsn: 'https://adad4faa9b08aa08438ef33cba7962ab@w.huakk.top/6',
dsn: 'https://a0b6f167271366f40f05e238d63a6fa0@w.huakk.top/11',
integrations: [
new Sentry.BrowserTracing({
tracePropagationTargets: ['localhost', /^https:\/\/w\.huakk\.top\/api/],

View File

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