From 70f089acf7a2241469183d7364410912389d6d7f Mon Sep 17 00:00:00 2001 From: lyt-Top <1105290566@qq.com> Date: Wed, 14 Apr 2021 23:00:38 +0800 Subject: [PATCH] =?UTF-8?q?'admin-21.04.14:=E6=9B=B4=E6=96=B0=E6=9C=80?= =?UTF-8?q?=E6=96=B0=E4=BE=9D=E8=B5=96=E3=80=81=E6=B7=BB=E5=8A=A0eslint?= =?UTF-8?q?=E8=A7=84=E5=88=99'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 1 + package.json | 14 +++++++------- src/router/index.ts | 2 +- src/views/layout/footer/index.vue | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index ea58048..5916d53 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -42,6 +42,7 @@ module.exports = { 'vue/no-template-key': 'off', 'vue/no-v-html': 'off', 'vue/comment-directive': 'off', + 'vue/no-parsing-error': 'off', 'no-use-before-define': 'off', 'no-restricted-globals': 'off', 'no-restricted-syntax': 'off', diff --git a/package.json b/package.json index 8fb109c..5eee0e6 100644 --- a/package.json +++ b/package.json @@ -7,14 +7,14 @@ "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/" }, "dependencies": { - "@antv/g6": "^4.2.5", + "@antv/g6": "^4.2.6", "axios": "^0.21.1", "clipboard": "^2.0.8", "countup.js": "^2.0.7", "cropperjs": "^1.5.11", "echarts": "^5.0.2", "echarts-wordcloud": "^2.0.0", - "element-plus": "^1.0.2-beta.39", + "element-plus": "^1.0.2-beta.40", "mitt": "^2.1.0", "nprogress": "^0.2.0", "print-js": "^1.6.0", @@ -22,7 +22,7 @@ "screenfull": "^5.1.0", "sortablejs": "^1.13.0", "vue": "^3.0.5", - "vue-i18n": "^9.1.3", + "vue-i18n": "^9.1.4", "vue-router": "^4.0.2", "vue-web-screen-shot": "^1.1.8", "vuex": "^4.0.0-rc.2", @@ -34,13 +34,13 @@ "@types/node": "^14.14.37", "@types/nprogress": "^0.2.0", "@types/sortablejs": "^1.10.6", - "@typescript-eslint/eslint-plugin": "^4.21.0", - "@typescript-eslint/parser": "^4.21.0", + "@typescript-eslint/eslint-plugin": "^4.22.0", + "@typescript-eslint/parser": "^4.22.0", "@vitejs/plugin-vue": "^1.2.1", "@vue/compiler-sfc": "^3.0.11", "dotenv": "^8.2.0", - "eslint": "^7.23.0", - "eslint-plugin-vue": "^7.8.0", + "eslint": "^7.24.0", + "eslint-plugin-vue": "^7.9.0", "prettier": "^2.2.1", "sass": "^1.32.8", "sass-loader": "^11.0.1", diff --git a/src/router/index.ts b/src/router/index.ts index d4bd539..376cc04 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -750,7 +750,7 @@ export const dynamicRoutes = [ component: () => import('/@/views/layout/routerView/parent.vue'), meta: { title: 'message.router.layoutIfameView', - isLink: 'https://gitee.com/lyt-top/vue-admin-wonderful', + isLink: 'https://gitee.com/lyt-top/vue-next-admin', isHide: false, isKeepAlive: false, isAffix: true, diff --git a/src/views/layout/footer/index.vue b/src/views/layout/footer/index.vue index 85ce746..9021dff 100644 --- a/src/views/layout/footer/index.vue +++ b/src/views/layout/footer/index.vue @@ -2,7 +2,7 @@