更改版本号 1.2.1

This commit is contained in:
sc 2021-08-17 10:25:38 +08:00
parent 2b8fc92c2f
commit f1a9d076ef
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -3,10 +3,10 @@ const DEFAULT_CONFIG = {
APP_NAME: "SCUI",
//版本号
APP_VER: "1.2.0",
APP_VER: "1.2.1",
//内核版本号
CORE_VER: "1.2.0",
CORE_VER: "1.2.1",
//接口地址
API_URL: "/api",