From 0a3ec56f395888c096e84cde4dfb85935ca09646 Mon Sep 17 00:00:00 2001 From: chuzhixin <1204505056@qq.com> Date: Tue, 22 Dec 2020 13:47:55 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=85feat:=20Update=20dependencies=20"ant-d?= =?UTF-8?q?esign-vue":=20"2.0.0-rc.5"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 14 +++++++------- src/views/login/index.vue | 12 ++++++++---- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 7dd2c76..c099717 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "deploy": "start ./deploy.sh" }, "dependencies": { - "ant-design-vue": "2.0.0-rc.4", - "axios": "^0.21.0", + "ant-design-vue": "2.0.0-rc.5", + "axios": "^0.21.1", "clipboard": "^2.0.6", "core-js": "^3.8.1", "dayjs": "^1.9.7", @@ -35,9 +35,9 @@ "body-parser": "^1.19.0", "chalk": "^4.1.0", "chokidar": "^3.4.3", - "eslint": "^7.15.0", - "eslint-plugin-prettier": "^3.2.0", - "eslint-plugin-vue": "^7.2.0", + "eslint": "^7.16.0", + "eslint-plugin-prettier": "^3.3.0", + "eslint-plugin-vue": "^7.3.0", "filemanager-webpack-plugin": "^3.0.0-beta.0", "image-webpack-loader": "^7.0.1", "less": "^4.0.1-alpha.2", @@ -47,8 +47,8 @@ "stylelint": "^13.8.0", "stylelint-config-prettier": "^8.0.2", "stylelint-config-recess-order": "^2.3.0", - "svg-sprite-loader": "^5.1.1", - "vab-config": "0.0.7", + "svg-sprite-loader": "^5.2.1", + "vab-config": "0.0.8", "webpackbar": "^5.0.0-3" }, "gitHooks": { diff --git a/src/views/login/index.vue b/src/views/login/index.vue index c324f36..ffbe51d 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -84,9 +84,9 @@ mounted() { this.form.username = 'admin' this.form.password = '123456' - setTimeout(() => { + /* setTimeout(() => { this.handleSubmit() - }, 3000) + }, 3000) */ }, methods: { ...mapActions({ @@ -106,6 +106,7 @@