更改版本号 1.1.19

This commit is contained in:
sc 2021-07-26 14:00:49 +08:00
parent 4d28b12107
commit 6a8acdb45f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -3,7 +3,7 @@ const DEFAULT_CONFIG = {
APP_NAME: "SCUI",
//版本号
APP_VER: "1.1.18",
APP_VER: "1.1.19",
//接口地址
API_URL: "/api",