更改版本号1.4.2

This commit is contained in:
sc 2022-02-08 10:38:02 +08:00
parent df982af13e
commit 09d0cb2ec2
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "scui",
"version": "1.4.1",
"version": "1.4.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View File

@ -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",