From 09d0cb2ec2329a25e8ba45e12f3b619d041d861d Mon Sep 17 00:00:00 2001 From: sc Date: Tue, 8 Feb 2022 10:38:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B71.?= =?UTF-8?q?4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/config/index.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 12a8ef96..0be5d3b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scui", - "version": "1.4.1", + "version": "1.4.2", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/src/config/index.js b/src/config/index.js index f74bcbbd..b06d02c8 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -6,10 +6,10 @@ const DEFAULT_CONFIG = { DASHBOARD_URL: "/dashboard", //版本号 - APP_VER: "1.4.1", + APP_VER: "1.4.2", //内核版本号 - CORE_VER: "1.4.1", + CORE_VER: "1.4.2", //接口地址 API_URL: "/api",