Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
refector: remove token from login check
Browse files Browse the repository at this point in the history
ZTL-UwU committed Nov 22, 2023

Unverified

The committer email address is not verified.
1 parent eec50aa commit d6160bb
Showing 4 changed files with 735 additions and 344 deletions.
2 changes: 1 addition & 1 deletion SMS-Tree-BE
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -13,11 +13,11 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@trpc/client": "^10.43.3",
"@trpc/server": "^10.43.3",
"@trpc/client": "^10.44.0",
"@trpc/server": "^10.44.0",
"@vueuse/components": "^10.6.1",
"@vueuse/core": "^10.6.0",
"@vueuse/integrations": "^10.6.0",
"@vueuse/core": "^10.6.1",
"@vueuse/integrations": "^10.6.1",
"element-plus": "^2.4.2",
"fuse.js": "^7.0.0",
"pinia": "^2.1.7",
@@ -29,14 +29,14 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@unocss/eslint-config": "^0.57.3",
"@unocss/preset-uno": "^0.57.3",
"@vitejs/plugin-vue": "^4.4.1",
"eslint": "^8.53.0",
"@unocss/eslint-config": "^0.57.7",
"@unocss/preset-uno": "^0.57.7",
"@vitejs/plugin-vue": "^4.5.0",
"eslint": "^8.54.0",
"eslint-plugin-vue": "^9.18.1",
"sass": "^1.69.5",
"typescript": "^5.2.2",
"unocss": "^0.57.3",
"typescript": "^5.3.2",
"unocss": "^0.57.7",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.0",
Loading

0 comments on commit d6160bb

Please sign in to comment.