更改版本号 1.1.20

This commit is contained in:
sakuya 2021-08-01 15:29:45 +08:00
parent bf6a64ffea
commit 26e8cccd67
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "scui",
"version": "1.1.19",
"version": "1.1.20",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
@ -11,7 +11,7 @@
"@tinymce/tinymce-vue": "4.0.3",
"axios": "0.21.1",
"core-js": "3.15.2",
"cropperjs": "^1.5.12",
"cropperjs": "1.5.12",
"crypto-js": "4.0.0",
"echarts": "5.1.2",
"element-plus": "1.0.2-beta.54",

View File

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