更改版本号 1.4.1

This commit is contained in:
sakuya 2021-12-12 13:35:14 +08:00
parent 70480b9c4d
commit db7a537e30
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "scui",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
@ -15,7 +15,7 @@
"cropperjs": "1.5.12",
"crypto-js": "4.1.1",
"echarts": "5.2.2",
"element-plus": "1.2.0-beta.5",
"element-plus": "1.2.0-beta.6",
"nprogress": "0.2.0",
"sortablejs": "1.14.0",
"tinymce": "5.10.2",

View File

@ -6,10 +6,10 @@ const DEFAULT_CONFIG = {
DASHBOARD_URL: "/dashboard",
//版本号
APP_VER: "1.4.0",
APP_VER: "1.4.1",
//内核版本号
CORE_VER: "1.4.0",
CORE_VER: "1.4.1",
//接口地址
API_URL: "/api",