From 3dca03187c4780788930d148a779ff1fc0d93f08 Mon Sep 17 00:00:00 2001 From: sc Date: Thu, 9 Feb 2023 13:11:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=201.6.8?= 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 a9017cdf..90b959aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scui", - "version": "1.6.7", + "version": "1.6.8", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/src/config/index.js b/src/config/index.js index 0b5ed160..75cb5d3a 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.7", + APP_VER: "1.6.8", //内核版本号 - CORE_VER: "1.6.7", + CORE_VER: "1.6.8", //接口地址 API_URL: process.env.NODE_ENV === 'development' && process.env.VUE_APP_PROXY === 'true' ? "/api" : process.env.VUE_APP_API_BASEURL,