perf: .net sdk 更新

This commit is contained in:
tk
2025-05-14 11:11:22 +08:00
committed by nsnail
parent f89d137d9a
commit 35efc11e56
6 changed files with 10 additions and 11 deletions

View File

@ -15,7 +15,7 @@
"axios": "1.9.0",
"crypto-js": "4.2.0",
"echarts": "5.6.0",
"element-plus": "2.9.9",
"element-plus": "2.9.10",
"json-bigint": "1.0.0",
"markdown-it": "14.1.0",
"markdown-it-emoji": "3.0.0",
@ -31,11 +31,11 @@
"vuex": "4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.2.3",
"@vitejs/plugin-vue": "5.2.4",
"prettier": "3.5.3",
"prettier-plugin-organize-attributes": "1.0.0",
"sass": "1.87.0",
"terser": "5.39.0",
"sass": "1.88.0",
"terser": "5.39.1",
"vite": "6.3.5"
},
"browserslist": [

View File

@ -1,5 +1,5 @@
<template>
<el-table-column align="right">
<el-table-column align="right" fixed="right">
<template #default="{ row }">
<el-button-group>
<template v-for="(item, i) in buttons?.filter((x) => !x.condition || x.condition(row))" :key="i">

View File

@ -21,9 +21,8 @@ export default (error, vm) => {
const errorName = errorMap[error.name] || '未知错误'
console.warn(`[error]: ${error}`)
if (error.name === 'TypeError') {
window.location.reload()
}
console.error(error)
//throw error;
vm.$nextTick(() => {
vm.$notify.error({