From 392ae673f3cfb48b1fe68160f4c3bb06f776885b Mon Sep 17 00:00:00 2001 From: sc Date: Tue, 9 Aug 2022 13:50:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=83=A8=E5=88=86=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E4=BB=A5=E5=8F=8A=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B71.6.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 16 ++++++++-------- src/config/index.js | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 1273fe03..7ca4e9d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scui", - "version": "1.6.5", + "version": "1.6.6", "private": true, "scripts": { "serve": "vue-cli-service serve", @@ -12,7 +12,7 @@ "@tinymce/tinymce-vue": "5.0.0", "axios": "0.27.2", "codemirror": "5.65.5", - "core-js": "3.23.5", + "core-js": "3.24.1", "cropperjs": "1.5.12", "crypto-js": "4.1.1", "echarts": "5.3.3", @@ -20,13 +20,13 @@ "nprogress": "0.2.0", "qrcodejs2": "0.0.2", "sortablejs": "1.15.0", - "tinymce": "6.1.0", + "tinymce": "6.1.2", "vue": "3.2.37", - "vue-i18n": "9.1.10", - "vue-router": "4.1.2", + "vue-i18n": "9.2.2", + "vue-router": "4.1.3", "vuedraggable": "4.0.3", "vuex": "4.0.2", - "xgplayer": "2.31.6", + "xgplayer": "2.31.7", "xgplayer-hls": "2.5.2" }, "devDependencies": { @@ -35,8 +35,8 @@ "@vue/cli-plugin-babel": "5.0.8", "@vue/cli-plugin-eslint": "5.0.8", "@vue/cli-service": "5.0.8", - "eslint": "8.20.0", - "eslint-plugin-vue": "9.2.0", + "eslint": "8.21.0", + "eslint-plugin-vue": "9.3.0", "sass": "1.37.5", "sass-loader": "10.1.1" }, diff --git a/src/config/index.js b/src/config/index.js index 83671de8..8011e982 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -6,10 +6,10 @@ const DEFAULT_CONFIG = { DASHBOARD_URL: "/dashboard", //版本号 - APP_VER: "1.6.5", + APP_VER: "1.6.6", //内核版本号 - CORE_VER: "1.6.5", + CORE_VER: "1.6.6", //接口地址 API_URL: process.env.NODE_ENV === 'development' && process.env.VUE_APP_PROXY === 'true' ? "/api" : process.env.VUE_APP_API_BASEURL,