feat: add error handle
正在显示
File moved
... | @@ -41,10 +41,10 @@ | ... | @@ -41,10 +41,10 @@ |
"devDependencies": { | "devDependencies": { | ||
"@commitlint/cli": "^11.0.0", | "@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | "@commitlint/config-conventional": "^11.0.0", | ||
"@iconify/json": "^1.1.242", | "@iconify/json": "^1.1.243", | ||
"@ls-lint/ls-lint": "^1.9.2", | "@ls-lint/ls-lint": "^1.9.2", | ||
"@purge-icons/generated": "^0.4.1", | "@purge-icons/generated": "^0.4.1", | ||
"@types/echarts": "^4.8.1", | "@types/echarts": "^4.8.3", | ||
"@types/fs-extra": "^9.0.2", | "@types/fs-extra": "^9.0.2", | ||
"@types/html-minifier": "^4.0.0", | "@types/html-minifier": "^4.0.0", | ||
"@types/inquirer": "^7.3.1", | "@types/inquirer": "^7.3.1", | ||
... | @@ -55,7 +55,7 @@ | ... | @@ -55,7 +55,7 @@ |
"@types/qrcode": "^1.3.5", | "@types/qrcode": "^1.3.5", | ||
"@types/rollup-plugin-visualizer": "^2.6.0", | "@types/rollup-plugin-visualizer": "^2.6.0", | ||
"@types/shelljs": "^0.8.8", | "@types/shelljs": "^0.8.8", | ||
"@types/yargs": "^15.0.8", | "@types/yargs": "^15.0.9", | ||
"@types/zxcvbn": "^4.4.0", | "@types/zxcvbn": "^4.4.0", | ||
"@typescript-eslint/eslint-plugin": "^4.4.1", | "@typescript-eslint/eslint-plugin": "^4.4.1", | ||
"@typescript-eslint/parser": "^4.4.1", | "@typescript-eslint/parser": "^4.4.1", | ||
... | @@ -67,7 +67,7 @@ | ... | @@ -67,7 +67,7 @@ |
"cross-env": "^7.0.2", | "cross-env": "^7.0.2", | ||
"dotenv": "^8.2.0", | "dotenv": "^8.2.0", | ||
"eslint": "^7.10.0", | "eslint": "^7.10.0", | ||
"eslint-config-prettier": "^6.12.0", | "eslint-config-prettier": "^6.13.0", | ||
"eslint-plugin-prettier": "^3.1.4", | "eslint-plugin-prettier": "^3.1.4", | ||
"eslint-plugin-vue": "^7.0.1", | "eslint-plugin-vue": "^7.0.1", | ||
"fs-extra": "^9.0.1", | "fs-extra": "^9.0.1", | ||
... | @@ -76,7 +76,7 @@ | ... | @@ -76,7 +76,7 @@ |
"inquirer": "^7.3.3", | "inquirer": "^7.3.3", | ||
"koa-static": "^5.0.0", | "koa-static": "^5.0.0", | ||
"less": "^3.12.2", | "less": "^3.12.2", | ||
"lint-staged": "^10.4.0", | "lint-staged": "^10.4.2", | ||
"portfinder": "^1.0.28", | "portfinder": "^1.0.28", | ||
"postcss-import": "^12.0.1", | "postcss-import": "^12.0.1", | ||
"prettier": "^2.1.2", | "prettier": "^2.1.2", | ||
... | @@ -95,7 +95,7 @@ | ... | @@ -95,7 +95,7 @@ |
"vite-plugin-mock": "^1.0.2", | "vite-plugin-mock": "^1.0.2", | ||
"vite-plugin-purge-icons": "^0.4.4", | "vite-plugin-purge-icons": "^0.4.4", | ||
"vue-eslint-parser": "^7.1.1", | "vue-eslint-parser": "^7.1.1", | ||
"yargs": "^16.0.3" | "yargs": "^16.1.0" | ||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | ... |
src/api/demo/error.ts
0 → 100644
src/setup/error-handle/index.ts
0 → 100644
src/views/sys/error-log/DetailModal.vue
0 → 100644
src/views/sys/error-log/data.tsx
0 → 100644
src/views/sys/error-log/index.vue
0 → 100644
请
注册
或者
登录
后发表评论