😎升级npm依赖

This commit is contained in:
zuohuaijun 2024-07-17 18:18:28 +08:00
parent 0b79002afb
commit 00da8d15a2
2 changed files with 12 additions and 12 deletions

View File

@ -18,7 +18,7 @@
"@logicflow/extension": "^1.2.27",
"@microsoft/signalr": "^8.0.7",
"@vue-office/docx": "^1.6.2",
"@vue-office/excel": "^1.7.8",
"@vue-office/excel": "^1.7.10",
"@vue-office/pdf": "^2.0.2",
"@vueuse/core": "^10.11.0",
"@wangeditor/editor": "^5.1.23",
@ -57,7 +57,7 @@
"splitpanes": "^3.1.5",
"vcrontab-3": "^3.3.22",
"vform3-builds": "^3.0.10",
"vue": "^3.4.31",
"vue": "^3.4.32",
"vue-clipboard3": "^2.0.0",
"vue-demi": "^0.14.8",
"vue-grid-layout": "3.0.0-beta1",
@ -68,8 +68,8 @@
"vue-signature-pad": "^3.0.2",
"vue3-tree-org": "^4.2.2",
"vuedraggable": "4.0.3",
"vxe-pc-ui": "^4.0.68",
"vxe-table": "^4.7.51",
"vxe-pc-ui": "^4.0.72",
"vxe-table": "^4.7.53",
"vxe-table-plugin-element": "^4.0.4",
"vxe-table-plugin-export-xlsx": "^4.0.5",
"xe-utils": "^3.5.28",
@ -79,14 +79,14 @@
"@iconify/vue": "^4.1.2",
"@plugin-web-update-notification/vite": "^1.7.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/nprogress": "^0.2.3",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/compiler-sfc": "^3.4.31",
"@vue/compiler-sfc": "^3.4.32",
"code-inspector-plugin": "^0.14.2",
"eslint": "^9.7.0",
"eslint-plugin-vue": "^9.27.0",
@ -94,9 +94,9 @@
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.8",
"terser": "^5.31.2",
"terser": "^5.31.3",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite": "^5.3.4",
"vite-plugin-cdn-import": "^1.0.1",
"vite-plugin-compression2": "^1.1.2",
"vite-plugin-vue-setup-extend": "^0.4.0",

View File

@ -102,7 +102,7 @@ export const useThemeConfig = defineStore('themeConfig', {
// 是否开启水印
isWatermark: true,
// 水印文案
watermarkText: 'Admin.NET.Pro',
watermarkText: 'Admin.NET',
/**
*
@ -149,7 +149,7 @@ export const useThemeConfig = defineStore('themeConfig', {
// 系统 logo 地址
logoUrl: '',
// Icp备案号
icp: 'ICP备12345678号',
icp: 'ICP备12345678号',
// Icp地址
icpUrl: 'https://beian.miit.gov.cn',
},