From d1c9bf22b12323d6ee1ba1ed6e7f6acc7e5b9e1f Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期一, 29 十一月 2021 19:55:29 +0800
Subject: [PATCH] 修复token过期无法退出的bug

---
 package.json |   41 +++--------------------------------------
 1 files changed, 3 insertions(+), 38 deletions(-)

diff --git a/package.json b/package.json
index 6da370f..8be6553 100644
--- a/package.json
+++ b/package.json
@@ -13,50 +13,28 @@
     "lint": "vue-cli-service lint",
     "lint:style": "stylelint-config-prettier-check",
     "inspect": "vue-cli-service inspect",
-    "template": "plop",
-    "clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org",
-    "image-webpack-loader": "cnpm i image-webpack-loader -D",
-    "use:npm": "nrm use npm",
-    "use:taobao": "nrm use taobao",
-    "update": "ncu -u --reject sass-loader,sass&&cnpm i",
-    "update:globle": "ncu -g --concurrency 10 --timeout 80000"
-  },
-  "gitHooks": {
-    "pre-commit": "lint-staged"
-  },
-  "lint-staged": {
-    "*.{js,jsx,vue}": [
-      "vue-cli-service lint",
-      "git add"
-    ]
+    "clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org"
   },
   "dependencies": {
     "axios": "^0.21.1",
     "clipboard": "^2.0.8",
     "core-js": "^3.16.2",
     "dayjs": "^1.10.6",
-    "echarts": "^5.1.2",
     "element-ui": "^2.15.5",
     "jsencrypt": "^3.2.1",
     "lodash": "^4.17.21",
     "maptalks": "^0.49.5",
     "mapv": "^2.0.62",
-    "mockjs": "^1.1.0",
     "nprogress": "^0.2.0",
     "qs": "^6.10.1",
     "screenfull": "^5.1.0",
     "sortablejs": "^1.14.0",
-    "vab-icon": "^0.0.1",
     "vue": "^2.6.14",
-    "vue-echarts": "6.0.0",
     "vue-router": "^3.5.2",
     "vuex": "^3.6.2",
     "zx-count": "^0.3.7",
     "zx-layouts": "^0.6.27",
     "zx-magnifie": "^0.4.0",
-    "zx-markdown-editor": "^0.0.2",
-    "zx-player": "^1.0.2",
-    "zx-quill": "^0.0.3",
     "zx-templates": "^0.0.26",
     "zx-verify": "^0.0.2"
   },
@@ -73,10 +51,7 @@
     "eslint": "^7.32.0",
     "eslint-plugin-prettier": "^3.4.1",
     "eslint-plugin-vue": "^7.16.0",
-    "filemanager-webpack-plugin": "^6.1.6",
-    "image-webpack-loader": "^7.0.1",
     "lint-staged": "^11.1.2",
-    "plop": "^2.7.4",
     "prettier": "^2.3.2",
     "sass": "~1.32.13",
     "sass-loader": "^10.1.1",
@@ -85,21 +60,11 @@
     "stylelint-config-recess-order": "^2.5.0",
     "svg-sprite-loader": "^6.0.9",
     "vue-template-compiler": "^2.6.14",
+    "vue2-ace-editor": "^0.0.15",
     "webpackbar": "^4.0.0"
   },
-  "keywords": [
-    "vue",
-    "admin",
-    "dashboard",
-    "element-ui",
-    "vue-admin",
-    "element-admin",
-    "boilerplate",
-    "admin-template",
-    "management-system"
-  ],
   "engines": {
     "node": ">=8.9",
     "npm": ">= 3.0.0"
   }
-}
\ No newline at end of file
+}

--
Gitblit v1.8.0